mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix else when clause.
This commit is contained in:
@@ -427,7 +427,7 @@ when ODIN_OS == .Darwin {
|
|||||||
UTIME_NOW :: -2
|
UTIME_NOW :: -2
|
||||||
UTIME_OMIT :: -1
|
UTIME_OMIT :: -1
|
||||||
|
|
||||||
} when ODIN_OS == .Linux {
|
} else when ODIN_OS == .Linux {
|
||||||
ino_t :: distinct c.unit64_t
|
ino_t :: distinct c.unit64_t
|
||||||
ino_t32 :: distinct c.unit32_t
|
ino_t32 :: distinct c.unit32_t
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user