Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed silly mistake because of coding too fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 25, 2008
1 parent d0b2e77 commit 13848b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -1348,7 +1348,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;

Expand Down

0 comments on commit 13848b1

Please sign in to comment.