diff options
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r-- | networking/traceroute.c | 2 |
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) | |||
856 | inetname(from); | 856 | inetname(from); |
857 | #if ENABLE_FEATURE_TRACEROUTE_VERBOSE | 857 | #if ENABLE_FEATURE_TRACEROUTE_VERBOSE |
858 | if (verbose) | 858 | if (verbose) |
859 | printf(" %d bytes to %s", cc, inet_ntoa (ip->ip_dst)); | 859 | printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst)); |
860 | #endif | 860 | #endif |
861 | } | 861 | } |
862 | 862 | ||