diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||