From d3caa5ef86c9481148775e693df635a4e8b14b97 Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Mon, 25 Aug 2008 10:14:21 +0000 Subject: [PATCH] Merging another last minute fix from force feedback branch (r4036) --- src/haptic/win32/SDL_syshaptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/win32/SDL_syshaptic.c b/src/haptic/win32/SDL_syshaptic.c index 750cdd49e..14c3709eb 100644 --- a/src/haptic/win32/SDL_syshaptic.c +++ b/src/haptic/win32/SDL_syshaptic.c @@ -1374,7 +1374,7 @@ SDL_SYS_HapticUnpause(SDL_Haptic * haptic) * Stops all the playing effects on the device. */ int -SDL_SYS_HapticUnpause(SDL_Haptic * haptic) +SDL_SYS_HapticStopAll(SDL_Haptic * haptic) { HRESULT ret;