aboutsummaryrefslogtreecommitdiff
path: root/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'find.c')
-rw-r--r--find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find.c b/find.c
index a86b07e73..c82b509b6 100644
--- a/find.c
+++ b/find.c
@@ -98,7 +98,7 @@ int find_main(int argc, char **argv)
98 break; 98 break;
99 } 99 }
100 100
101 if (recursiveAction(directory, TRUE, FALSE, FALSE, 101 if (recursive_action(directory, TRUE, FALSE, FALSE,
102 fileAction, fileAction, NULL) == FALSE) { 102 fileAction, fileAction, NULL) == FALSE) {
103 return EXIT_FAILURE; 103 return EXIT_FAILURE;
104 } 104 }