diff options
author | sin <sin@2f30.org> | 2014-02-08 13:05:05 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-02-08 13:05:05 +0000 |
commit | ebccd1b409b8971fb11a26eed6eb12c42cbbf693 (patch) | |
tree | 63f8579ee5cad85fe00572bd6c6a09847235957a | |
parent | fa62232dceae65c3d07a980653b42ecc997ff753 (diff) |
We can't reach the end of main, add a comment
-rw-r--r-- | sinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ main(void) dispatchsig[i].func(); } + /* not reachable */ return EXIT_SUCCESS; } |