From 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 12 Apr 2007 00:32:05 +0000 Subject: style fixes. No code changes --- networking/nslookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/nslookup.c') diff --git a/networking/nslookup.c b/networking/nslookup.c index 8076aff98..424a0e4b9 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -147,7 +147,7 @@ int nslookup_main(int argc, char **argv) /* (but it also says "may be enabled in /etc/resolv.conf|) */ /*_res.options |= RES_USE_INET6;*/ - if(argc == 3) + if (argc == 3) set_default_dns(argv[2]); server_print(); -- cgit v1.2.3