mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-23 23:05:18 +00:00
Correct iterate_map
This commit is contained in:
@@ -67,7 +67,7 @@ iterate_map :: proc(val: any, it: ^int) -> (key, value: any, ok: bool) {
|
||||
key.id = info.key.id
|
||||
value.id = info.value.id
|
||||
ok = true
|
||||
return
|
||||
break
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user