From f0b569a33b5e5cd89c21b4e2940881b816f8e115 Mon Sep 17 00:00:00 2001 From: SuperUserNameMan <9801802+SuperUserNameMan@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:33:17 +0200 Subject: [PATCH] Update rcore.c --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 9b269e5a9..da5b911bb 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -632,7 +632,7 @@ void InitWindow(int width, int height, const char *title) // Initialize platform //-------------------------------------------------------------- int result = InitPlatform(); - if (result == -1 ) + if (result == -1) { TRACELOG(LOG_ERROR, "Platform backend: Window initialization failed."); return;