From a7acd8bc7dde24b52dc2cc81d1f0a326e255ceeb Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Sun, 24 Aug 2025 09:16:47 +0200 Subject: [PATCH] semicolon --- tools/rexm/rexm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index cc7c8ce4c..4a4a83909 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1202,7 +1202,7 @@ int main(int argc, char *argv[]) #if defined(__linux__) || defined(__APPLE__) make = "/usr/bin/make"; #endif - TraceLog(LOG_INFO, "Using make: %s", make) + TraceLog(LOG_INFO, "Using make: %s", make); ChangeDirectory(exBasePath); system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));