mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-10 04:45:36 +00:00
Formatting
This commit is contained in:
parent
a43f488920
commit
7423ae1ac7
|
@ -127,7 +127,7 @@ int SDL_SemWait(SDL_sem *sem)
|
||||||
Uint32 SDL_SemValue(SDL_sem *sem)
|
Uint32 SDL_SemValue(SDL_sem *sem)
|
||||||
{
|
{
|
||||||
SceKernelSemaInfo info;
|
SceKernelSemaInfo info;
|
||||||
info.size = sizeof(info);
|
info.size = sizeof(info);
|
||||||
|
|
||||||
if (sem == NULL) {
|
if (sem == NULL) {
|
||||||
SDL_SetError("Passed a NULL sem");
|
SDL_SetError("Passed a NULL sem");
|
||||||
|
|
Loading…
Reference in a new issue