From 741467588d1d36f711fcfc7327bda6a530c89491 Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Wed, 6 Aug 2008 09:55:29 +0000 Subject: [PATCH] Fixd outstanding typo. --- src/haptic/SDL_syshaptic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/SDL_syshaptic.h b/src/haptic/SDL_syshaptic.h index ad80408e1..2121f9970 100644 --- a/src/haptic/SDL_syshaptic.h +++ b/src/haptic/SDL_syshaptic.h @@ -85,7 +85,7 @@ int SDL_SYS_HapticMouse(void); * Returns >0 if haptic capabilities are detected, 0 if haptic * capabilities aren't detected and -1 on error. */ -extern int SDL_JoystickIsHaptic(SDL_Joystick * joystick); +extern int SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick); /* * Opens the haptic device for usage using the same device as