diff src/haptic/linux/SDL_syshaptic.c @ 2493:6a2482d4af81 gsoc2008_force_feedback

Fixed regex replace mistake.
author Edgar Simo <bobbens@gmail.com>
date Thu, 03 Jul 2008 08:48:05 +0000
parents 10bc7aaf5114
children 66c02abeef0e
line wrap: on
line diff
--- a/src/haptic/linux/SDL_syshaptic.c	Wed Jul 02 10:41:56 2008 +0000
+++ b/src/haptic/linux/SDL_syshaptic.c	Thu Jul 03 08:48:05 2008 +0000
@@ -21,7 +21,7 @@
 */
 #include "SDL_config.h"
 
-#ifdef SDL_JOYSTICK_LINUX
+#ifdef SDL_HAPTIC_LINUX
 
 #include "SDL_haptic.h"
 #include "../SDL_syshaptic.h"