From e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 22 Dec 2007 17:00:11 +0000 Subject: vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, people may want to disable display of high-bit chars) ip: build fixlet --- networking/ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/ip.c') 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) { -- cgit v1.2.3