We can't reach the end of main, add a comment - sinit - suckless init
 (HTM) git clone git://git.suckless.org/sinit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ebccd1b409b8971fb11a26eed6eb12c42cbbf693
 (DIR) parent fa62232dceae65c3d07a980653b42ecc997ff753
 (HTM) Author: sin <sin@2f30.org>
       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(-)
       ---
 (DIR) diff --git a/sinit.c b/sinit.c
       @@ -68,6 +68,7 @@ main(void)
                                        dispatchsig[i].func();
                }
        
       +        /* not reachable */
                return EXIT_SUCCESS;
        }