aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/kill.c')
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 5cff24475..09beefb2d 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -188,7 +188,7 @@ int kill_main(int argc UNUSED_PARAM, char **argv)
188 arg = *++argv; 188 arg = *++argv;
189 } /* else it must be -SIG */ 189 } /* else it must be -SIG */
190 signo = get_signum(arg); 190 signo = get_signum(arg);
191 if (signo < 0) { /* || signo > MAX_SIGNUM ? */ 191 if (signo < 0) {
192 bb_error_msg("bad signal name '%s'", arg); 192 bb_error_msg("bad signal name '%s'", arg);
193 return EXIT_FAILURE; 193 return EXIT_FAILURE;
194 } 194 }