@@ -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