Skip to content

Commit 5db5c9b

Browse files
committed
Update rexm.c
1 parent aae2c4b commit 5db5c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/rexm/rexm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,12 +926,12 @@ int main(int argc, char *argv[])
926926
system(TextFormat("make -C %s -f Makefile.Web %s/%s PLATFORM=PLATFORM_WEB -B", exBasePath, exRebuildList[i].category, exRebuildList[i].name));
927927
#endif
928928
// Update generated .html metadata
929-
LOG("INFO: [%s] Updating HTML Metadata...\n", TextFormat("%s.html", exRebuildList[i].name)),
929+
LOG("INFO: [%s] Updating HTML Metadata...\n", TextFormat("%s.html", exRebuildList[i].name));
930930
UpdateWebMetadata(TextFormat("%s/%s/%s.html", exBasePath, exRebuildList[i].category, exRebuildList[i].name),
931931
TextFormat("%s/%s/%s.c", exBasePath, exRebuildList[i].category, exRebuildList[i].name));
932932

933933
// Copy results to web side
934-
LOG("INFO: [%s] Copy example build to raylib.com\n", exRebuildList[i].name),
934+
LOG("INFO: [%s] Copy example build to raylib.com\n", exRebuildList[i].name);
935935
FileCopy(TextFormat("%s/%s/%s.html", exBasePath, exRebuildList[i].category, exRebuildList[i].name),
936936
TextFormat("%s/%s/%s.html", exWebPath, exRebuildList[i].category, exRebuildList[i].name));
937937
FileCopy(TextFormat("%s/%s/%s.data", exBasePath, exRebuildList[i].category, exRebuildList[i].name),

0 commit comments

Comments
 (0)