diff options
Diffstat (limited to 'bxgen.c')
-rwxr-xr-x | bxgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -774,7 +774,7 @@ void unit_write(Pool *pool, i64 unit, u16 target, i64 io_out, void *io_user_data u32 static offsets[10000] = { 0 }; c8 static symbols[10000][256] = { 0 }; b8 static found[10000] = { 0 }; - i64 num_symbols = 1; + i64 num_symbols = 0; for (;;) { c8 id[17] = { 0 }; |