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 df321612a..4998e15b1 100644
--- a/ps.c
+++ b/ps.c
@@ -183,7 +183,7 @@ extern int ps_main(int argc, char **argv)
183 fprintf(stdout, "\n"); 183 fprintf(stdout, "\n");
184 } 184 }
185 closedir(dir); 185 closedir(dir);
186 return(TRUE); 186 return EXIT_SUCCESS;
187} 187}
188 188
189 189