From e5467af7c89279c988aa770b358c5ed72b4fdb2a Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 23 Nov 2021 09:42:07 +0100 Subject: [PATCH] Minor change comment --- include/SDL_haptic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h index 26e996a51..4fabba6b6 100644 --- a/include/SDL_haptic.h +++ b/include/SDL_haptic.h @@ -76,7 +76,7 @@ * } * * // Create the effect - * memset( &effect, 0, sizeof(SDL_HapticEffect) ); // 0 is safe default + * SDL_memset( &effect, 0, sizeof(SDL_HapticEffect) ); // 0 is safe default * effect.type = SDL_HAPTIC_SINE; * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates * effect.periodic.direction.dir[0] = 18000; // Force comes from south