aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-11 17:04:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-11 17:04:29 +0000
commit6398cf477d96cea03459835ed7462d2e8d5b2a71 (patch)
treeb1ffb40817fcb6a50e970ca9ef33624c56bd3a2a /networking/traceroute.c
parente4f2d064b0fcffc8897089e1c80e6e2d61b6805d (diff)
downloadbusybox-6398cf477d96cea03459835ed7462d2e8d5b2a71.tar.gz
style fixes, no code changes.
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 33023e74f..cdc48ea5e 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -856,7 +856,7 @@ print(unsigned char *buf, int cc, struct sockaddr_in *from)
inetname(from);
#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
if (verbose)
- printf(" %d bytes to %s", cc, inet_ntoa (ip->ip_dst));
+ printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst));
#endif
}