aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index 9d39130..6056f5b 100644
--- a/init.c
+++ b/init.c
@@ -165,6 +165,7 @@ focus(struct initparser *p)
break;
default:
fatal("internal error: init cursor has unexpected type");
+ return; /* unreachable */
}
subobj(p, t, 0);
}