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

Commit

Permalink
Missed a closing parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 5, 2008
1 parent d182649 commit 7bd904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -196,7 +196,7 @@ SDL_SYS_HapticName(int index)
if ((pei->guid.Data1 == e.Data1) && \
(pei->guid.Data2 == e.Data2) && \
(pei->guid.Data3 == e.Data3) && \
(SDL_strcmp(pei->guid.Data4,e.Data4)==0) \
(SDL_strcmp(pei->guid.Data4,e.Data4)==0)) \
haptic->supported |= (s)
static BOOL CALLBACK
DI_EffectCallback(LPCDIEFFECTINFO pei, LPVOID pv)
Expand Down

0 comments on commit 7bd904c

Please sign in to comment.