Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Jan 5, 2025
1 parent d718db4 commit acbb14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/time/timezone/tz_windows.odin
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ _region_load :: proc(reg_str: string, allocator := context.allocator) -> (out_re
break
}
}
if abbrevs_ok {
if !abbrevs_ok {
return
}
if abbrevs.std == "UTC" && abbrevs.dst == abbrevs.std {
Expand Down

0 comments on commit acbb14d

Please sign in to comment.