Skip to content

Commit a7acd8b

Browse files
committed
semicolon
1 parent dde3bc6 commit a7acd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rexm/rexm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ int main(int argc, char *argv[])
12021202
#if defined(__linux__) || defined(__APPLE__)
12031203
make = "/usr/bin/make";
12041204
#endif
1205-
TraceLog(LOG_INFO, "Using make: %s", make)
1205+
TraceLog(LOG_INFO, "Using make: %s", make);
12061206
ChangeDirectory(exBasePath);
12071207
system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));
12081208

0 commit comments

Comments
 (0)