mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
stage1: fix compile error on macOS Xcode 11.1
This commit is contained in:
parent
071af5c1d6
commit
81c6bd37aa
@ -44,7 +44,7 @@ static void jw_nl_indent(JsonWriter *jw) {
|
||||
assert(jw->state_index >= 1);
|
||||
fprintf(jw->f, "%s", jw->nl);
|
||||
for (size_t i = 0; i < jw->state_index - 1; i += 1) {
|
||||
fprintf(jw->f, jw->one_indent);
|
||||
fprintf(jw->f, "%s", jw->one_indent);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user