diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -165,6 +165,7 @@ focus(struct initparser *p) break; default: fatal("internal error: init cursor has unexpected type"); + return; /* unreachable */ } subobj(p, t, 0); } |