changeset 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 31444718601e
children a72a5f62d6b7
files src/haptic/linux/SDL_syshaptic.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"