This should match the header change.

This commit is contained in:
Sam Lantinga 2011-02-12 12:04:23 -08:00
parent 52df6c6092
commit bb1d345990

View file

@ -105,7 +105,7 @@ SDL_GetHint(const char *name)
return env;
}
void SDL_ClearHints()
void SDL_ClearHints(void)
{
SDL_Hint *hint;