diff options
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ip.c b/networking/ip.c index 182813d4e..5d9785194 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -90,7 +90,7 @@ int ip_main(int argc, char **argv) USE_FEATURE_IP_RULE(IP_rule,) IP_none }; - int (*ip_func)(char **argv) = ip_print_help; + int (*ip_func)(char**) = ip_print_help; argv = ip_parse_common_args(argv + 1); if (*argv) { |