Mercurial > sdl-ios-xcode
changeset 2593:e4729600607e gsoc2008_force_feedback
Missed closing parenthesis.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 04 Aug 2008 17:31:09 +0000 |
parents | 8152dd46fbe2 |
children | 3e59fe26671f |
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 Mon Aug 04 17:30:17 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Mon Aug 04 17:31:09 2008 +0000 @@ -193,7 +193,7 @@ * Callback to get all supported effects. */ #define EFFECT_TEST(e,s) \ -if (SDL_memcmp(&pei->guid,&(e),sizeof(GUID)==0) \ +if (SDL_memcmp(&pei->guid,&(e),sizeof(GUID)==0)) \ haptic->supported |= (s) static BOOL CALLBACK DI_EffectCallback(LPCDIEFFECTINFO pei, LPVOID pv)