diff options
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 53b85e6..329d151 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -116,5 +116,5 @@ int find_main(int argc, char **argv) exit(FALSE); } - exit(TRUE); + return(TRUE); } |