mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 08:45:31 -05:00
This should match the header change.
This commit is contained in:
@@ -105,7 +105,7 @@ SDL_GetHint(const char *name)
|
||||
return env;
|
||||
}
|
||||
|
||||
void SDL_ClearHints()
|
||||
void SDL_ClearHints(void)
|
||||
{
|
||||
SDL_Hint *hint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user