Mercurial > sdl-ios-xcode
comparison src/haptic/dummy/SDL_syshaptic.c @ 2653:54b892b6abb5 gsoc2008_force_feedback
Fixed haptic dummy driver not compiling with some compilers.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 25 Aug 2008 20:49:36 +0000 |
parents | 9408be170bff |
children |
comparison
equal
deleted
inserted
replaced
2652:380d926cc5a7 | 2653:54b892b6abb5 |
---|---|
28 | 28 |
29 | 29 |
30 static int | 30 static int |
31 SDL_SYS_LogicError(void) | 31 SDL_SYS_LogicError(void) |
32 { | 32 { |
33 SDL_SetError("Logic error: No haptic devices available.");; | 33 SDL_SetError("Logic error: No haptic devices available."); |
34 return 0; | |
34 } | 35 } |
35 | 36 |
36 | 37 |
37 int | 38 int |
38 SDL_SYS_HapticInit(void) | 39 SDL_SYS_HapticInit(void) |