diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ focus(struct initparser *p) p->sub->mem = p->sub->type->structunion.members; t = p->sub->mem->type; break; + default: + fatal("internal error: init cursor has unexpected type"); } subobj(p, t, 0); } |