aboutsummaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps.c b/ps.c
index 41b8465bd..13b6ce541 100644
--- a/ps.c
+++ b/ps.c
@@ -192,7 +192,7 @@ extern int ps_main(int argc, char **argv)
192 fprintf(stdout, "\n"); 192 fprintf(stdout, "\n");
193 } 193 }
194 closedir(dir); 194 closedir(dir);
195 exit(TRUE); 195 return(TRUE);
196} 196}
197 197
198 198