Skip to content

Commit 120a502

Browse files
committed
Update raylib_project_creator.c
1 parent 7fef11f commit 120a502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raylib_project_creator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ int main(int argc, char *argv[])
540540
GuiEnable();
541541

542542
#if !defined(PLATFORM_WEB) && (defined(__linux__) || defined(__FreeBSD__))
543-
GuiDisable()
543+
GuiDisable();
544544
#endif
545545
GuiLabel((Rectangle){ anchorBuilding.x + 8, anchorBuilding.y + 48, 104, 24 }, "COMPILER PATH:");
546546
if (GuiTextBox((Rectangle){ anchorBuilding.x + 112, anchorBuilding.y + 48, 536, 24 }, config->building.compilerPath, 128, buildingCompilerPathEditMode)) buildingCompilerPathEditMode = !buildingCompilerPathEditMode;

0 commit comments

Comments
 (0)