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 53b85e6b3..329d15193 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -116,5 +116,5 @@ int find_main(int argc, char **argv) | |||
116 | exit(FALSE); | 116 | exit(FALSE); |
117 | } | 117 | } |
118 | 118 | ||
119 | exit(TRUE); | 119 | return(TRUE); |
120 | } | 120 | } |