diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ parseinit(struct scope *s, struct type *t) break; expr = expr->base; if (t->incomplete) - updatearray(t, expr->string.size); + updatearray(t, expr->string.size - 1); goto add; case TYPESTRUCT: case TYPEUNION: |