diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping.c b/networking/ping.c index ebde007b6..782b801c8 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -314,7 +314,7 @@ static void unpack(char *buf, int sz, struct sockaddr_in *from) | |||
314 | printf(" time=%lu.%lu ms", triptime / 10, triptime % 10); | 314 | printf(" time=%lu.%lu ms", triptime / 10, triptime % 10); |
315 | if (dupflag) | 315 | if (dupflag) |
316 | printf(" (DUP!)"); | 316 | printf(" (DUP!)"); |
317 | printf("\n"); | 317 | puts(""); |
318 | } else | 318 | } else |
319 | if (icmppkt->icmp_type != ICMP_ECHO) | 319 | if (icmppkt->icmp_type != ICMP_ECHO) |
320 | bb_error_msg("warning: got ICMP %d (%s)", | 320 | bb_error_msg("warning: got ICMP %d (%s)", |