changeset 5278:151f40ed9e55

This should match the header change.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 12:04:23 -0800
parents 3c94c559f5c2
children 07559b6cb64f
files src/SDL_hints.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/SDL_hints.c	Sat Feb 12 12:04:00 2011 -0800
+++ b/src/SDL_hints.c	Sat Feb 12 12:04:23 2011 -0800
@@ -105,7 +105,7 @@
     return env;
 }
 
-void SDL_ClearHints()
+void SDL_ClearHints(void)
 {
     SDL_Hint *hint;