Mercurial > sdl-ios-xcode
diff src/haptic/dummy/SDL_syshaptic.c @ 2508:f23cee9e16fc gsoc2008_force_feedback
Fixed some typos preventing SDL from compiling with the haptic dummy driver.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 09 Jul 2008 16:33:51 +0000 |
parents | 66c02abeef0e |
children | 3b54b3a97046 |
line wrap: on
line diff
--- a/src/haptic/dummy/SDL_syshaptic.c Tue Jul 08 19:55:12 2008 +0000 +++ b/src/haptic/dummy/SDL_syshaptic.c Wed Jul 09 16:33:51 2008 +0000 @@ -21,7 +21,7 @@ */ #include "SDL_config.h" -#ifdef defined(SDL_HAPTIC_DUMMY) || defined(SDL_HAPTIC_DISABLED) +#if defined(SDL_HAPTIC_DUMMY) || defined(SDL_HAPTIC_DISABLED) #include "SDL_haptic.h" #include "../SDL_haptic_c.h"