1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add semicolon to OS case statement.

This commit is contained in:
Rex Robinson
2023-10-09 16:43:43 -04:00
parent 42425baa59
commit a8226a7e04

View File

@@ -334,7 +334,7 @@
case "Linux": case "Linux":
case "FreeBSD": case "FreeBSD":
case "NetBSD": case "NetBSD":
case "OpenBSD" case "OpenBSD":
case "BSD": case "BSD":
GD.Print("Linux/BSD"); GD.Print("Linux/BSD");
break; break;