Commit bb1d3459 authored by Sam Lantinga's avatar Sam Lantinga

This should match the header change.

parent 52df6c60
...@@ -105,7 +105,7 @@ SDL_GetHint(const char *name) ...@@ -105,7 +105,7 @@ SDL_GetHint(const char *name)
return env; return env;
} }
void SDL_ClearHints() void SDL_ClearHints(void)
{ {
SDL_Hint *hint; SDL_Hint *hint;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment