We can't reach the end of main, add a comment - sinit - suckless init | |
git clone git://git.suckless.org/sinit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ebccd1b409b8971fb11a26eed6eb12c42cbbf693 | |
parent fa62232dceae65c3d07a980653b42ecc997ff753 | |
Author: sin <[email protected]> | |
Date: Sat, 8 Feb 2014 13:05:05 +0000 | |
We can't reach the end of main, add a comment | |
Diffstat: | |
M sinit.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/sinit.c b/sinit.c | |
@@ -68,6 +68,7 @@ main(void) | |
dispatchsig[i].func(); | |
} | |
+ /* not reachable */ | |
return EXIT_SUCCESS; | |
} | |