mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 13:48:30 +02:00
No old-style function definitions.
Specify void as argument type for functions that don't take args.
This commit is contained in:

committed by
Alex Smith

parent
45ba5bc4c4
commit
d12ab6830f
@@ -632,7 +632,7 @@ static void *game_mode_context_reaper(void *userdata)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
GameModeContext *game_mode_context_instance()
|
||||
GameModeContext *game_mode_context_instance(void)
|
||||
{
|
||||
return &instance;
|
||||
}
|
||||
|
Reference in New Issue
Block a user