mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-15 22:35:59 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -75,8 +75,7 @@ static void WaitAll(SDL_Semaphore *sem)
|
||||
}
|
||||
}
|
||||
|
||||
SDL_Semaphore *
|
||||
SDL_CreateSemaphore(Uint32 initial_value)
|
||||
SDL_Semaphore *SDL_CreateSemaphore(Uint32 initial_value)
|
||||
{
|
||||
RSemaphore s;
|
||||
TInt status = CreateUnique(NewSema, &s, &initial_value);
|
||||
|
Reference in New Issue
Block a user