mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 02:10:06 +00:00
Declaration grouping uses braces rather than parentheses
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
import_load (
|
||||
import_load {
|
||||
"sync_windows.odin" when ODIN_OS == "windows";
|
||||
"sync_linux.odin" when ODIN_OS == "linux";
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user