diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index f4ae12e8a..81fa8b2e8 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -1250,30 +1250,32 @@ fmt_bit_field :: proc(fi: ^Info, v: any, bit_field_name: string = "") { fmt_write_indent :: proc(fi: ^Info) { - for in 0.. 0 { io.write_string(fi.writer, ", "); }