Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
This should match the header change.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 12, 2011
1 parent c3f3a70 commit d3c73a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL_hints.c
Expand Up @@ -105,7 +105,7 @@ SDL_GetHint(const char *name)
return env;
}

void SDL_ClearHints()
void SDL_ClearHints(void)
{
SDL_Hint *hint;

Expand Down

0 comments on commit d3c73a1

Please sign in to comment.