aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.c b/init.c
index f9346fa..0e890c0 100644
--- a/init.c
+++ b/init.c
@@ -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);
}