Introduction
Introduction Statistics Contact Development Disclaimer Help
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;
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.