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 bbc97ecd4..f2e3c6d07 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -299,7 +299,7 @@ static int find_type(char *type) | |||
299 | } | 299 | } |
300 | #endif | 300 | #endif |
301 | 301 | ||
302 | action*** parse_params(char **argv) | 302 | static action*** parse_params(char **argv) |
303 | { | 303 | { |
304 | action*** appp; | 304 | action*** appp; |
305 | int cur_group = 0; | 305 | int cur_group = 0; |