mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
remove return statement from case Type_Info_Enumerated_Array, as it causes early exit in JSON unmarshalling.
This commit is contained in:
@@ -492,7 +492,6 @@ unmarshal_object :: proc(p: ^Parser, v: any, end_token: Token_Kind) -> (err: Unm
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
|
||||||
case:
|
case:
|
||||||
return UNSUPPORTED_TYPE
|
return UNSUPPORTED_TYPE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user