sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 756f72917231c3e284f384f184344bc7a0c7c27a
parent 9fdef90feb79e900278e759866fc1c2b6235791a
Author: sin <sin@2f30.org>
Date:   Thu, 19 Mar 2015 10:45:58 +0000

kill: No need for const int

Diffstat:
Mkill.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kill.c b/kill.c @@ -34,7 +34,7 @@ sig2name(const int sig) return NULL; /* not reached */ } -const int +int name2sig(const char *name) { size_t i;