aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 7147b5727..c1e8ca2e5 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -133,7 +133,7 @@ extern int kill_main(int argc, char **argv)
133 * upon exit, so we can save a byte or two */ 133 * upon exit, so we can save a byte or two */
134 argv++; 134 argv++;
135 } 135 }
136 if (all_found == FALSE) 136 if (! all_found)
137 return EXIT_FAILURE; 137 return EXIT_FAILURE;
138 } 138 }
139#endif 139#endif