From ebccd1b409b8971fb11a26eed6eb12c42cbbf693 Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 8 Feb 2014 13:05:05 +0000 Subject: We can't reach the end of main, add a comment --- sinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sinit.c b/sinit.c index 8287305..bd5c4ff 100644 --- a/sinit.c +++ b/sinit.c @@ -68,6 +68,7 @@ main(void) dispatchsig[i].func(); } + /* not reachable */ return EXIT_SUCCESS; } -- cgit v1.2.3-54-g00ecf