Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 6, 2008
1 parent ff2b4f4 commit 55e0aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -177,7 +177,7 @@ EnumHapticsCallback(const DIDEVICEINSTANCE * pdidInstance, VOID * pContext)
sizeof(DIDEVICEINSTANCE));

/* Open the device */
ret = IDirectInput_CreateDevice( dinput, &instance.guidInstance,
ret = IDirectInput_CreateDevice( dinput, &pdidInstance.guidInstance,
&device, NULL );
if (FAILED(ret)) {
/* DI_SetError("Creating DirectInput device",ret); */
Expand Down

0 comments on commit 55e0aa9

Please sign in to comment.