From 9e9f62f794e752c91c7964ff569fc1b52076dc73 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 20 Feb 2011 13:56:57 -0800 Subject: [PATCH] Fixed compiler warning --- src/haptic/SDL_haptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/SDL_haptic.c b/src/haptic/SDL_haptic.c index 87f997ef7..8c9d86081 100644 --- a/src/haptic/SDL_haptic.c +++ b/src/haptic/SDL_haptic.c @@ -709,7 +709,7 @@ SDL_HapticStopAll(SDL_Haptic * haptic) return SDL_SYS_HapticStopAll(haptic); } -static int +static void SDL_HapticRumbleCreate(SDL_HapticEffect * efx) { SDL_memset(efx, 0, sizeof(SDL_HapticEffect));