mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-20 00:31:44 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -34,8 +34,7 @@ struct SDL_Condition
|
||||
};
|
||||
|
||||
/* Create a condition variable */
|
||||
SDL_Condition *
|
||||
SDL_CreateCondition(void)
|
||||
SDL_Condition *SDL_CreateCondition(void)
|
||||
{
|
||||
SDL_Condition *cond;
|
||||
|
||||
|
Reference in New Issue
Block a user