Fix cyclic type checking bug

This commit is contained in:
gingerBill
2017-11-05 23:38:09 +00:00
parent d4f335d068
commit 9df3a94d33
2 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ fmt_value :: proc(fi: ^Fmt_Info, v: any, verb: rune) {
if hash do write_string(fi.buf, ",\n");
}
if hash do for in 0..fi.indent do write_byte(fi.buf, '\t');
if hash do for in 0..indent do write_byte(fi.buf, '\t');
write_byte(fi.buf, '}');
case: