(cherry picked from commit f6db1aba664079e63df44cbb6e6925a088b8f3a8)
@@ -87,8 +87,7 @@ int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
InitializeTimerAlarm(&alarm);
if (sem == NULL) {
- SDL_InvalidParamError("sem");
- return 0;
+ return SDL_InvalidParamError("sem");
}
if (timeout == 0) {
@@ -82,8 +82,7 @@ int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
int res;
@@ -83,8 +83,7 @@ int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
unsigned int res;