mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
indent
This commit is contained in:
@@ -164,7 +164,7 @@ SDL_SemPost(SDL_sem * sem)
|
||||
#else
|
||||
if (ReleaseSemaphore(sem->id, 1, NULL) == FALSE) {
|
||||
#endif
|
||||
InterlockedDecrement(&sem->count); /* restore */
|
||||
InterlockedDecrement(&sem->count); /* restore */
|
||||
SDL_SetError("ReleaseSemaphore() failed");
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user