You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add semicolon to OS case statement.
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
case "Linux":
|
||||
case "FreeBSD":
|
||||
case "NetBSD":
|
||||
case "OpenBSD"
|
||||
case "OpenBSD":
|
||||
case "BSD":
|
||||
GD.Print("Linux/BSD");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user