From 7423ae1ac7327afb3acd27a988662f996f1880c1 Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Wed, 20 Jan 2021 23:33:16 +0300 Subject: [PATCH] Formatting --- src/thread/vita/SDL_syssem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread/vita/SDL_syssem.c b/src/thread/vita/SDL_syssem.c index 073ba096c..466c5b136 100644 --- a/src/thread/vita/SDL_syssem.c +++ b/src/thread/vita/SDL_syssem.c @@ -127,7 +127,7 @@ int SDL_SemWait(SDL_sem *sem) Uint32 SDL_SemValue(SDL_sem *sem) { SceKernelSemaInfo info; - info.size = sizeof(info); + info.size = sizeof(info); if (sem == NULL) { SDL_SetError("Passed a NULL sem");