Mercurial > sdl-ios-xcode
changeset 2596:b4be02fc05e4 gsoc2008_force_feedback
Missed a closing parenthesis.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 05 Aug 2008 10:41:29 +0000 |
parents | 1dd8cf9614ad |
children | 79e3b1a2c590 |
files | src/haptic/win32/SDL_syshaptic.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/haptic/win32/SDL_syshaptic.c Tue Aug 05 10:40:45 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Tue Aug 05 10:41:29 2008 +0000 @@ -196,7 +196,7 @@ 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)