diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 23:04:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 23:04:27 +0000 |
commit | 769d1e05e668968b2432725c1844bb45e353c071 (patch) | |
tree | 2b79d2a50fc1d5bd68595db861151656d33bf2f7 /findutils/find.c | |
parent | d77f7c3136b87540447d9d58194163e7996ea2fa (diff) | |
download | busybox-w32-769d1e05e668968b2432725c1844bb45e353c071.tar.gz busybox-w32-769d1e05e668968b2432725c1844bb45e353c071.tar.bz2 busybox-w32-769d1e05e668968b2432725c1844bb45e353c071.zip |
fix warning from needlessly-global functions
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; |