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 ebde007..782b801 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -314,7 +314,7 @@ static void unpack(char *buf, int sz, struct sockaddr_in *from) printf(" time=%lu.%lu ms", triptime / 10, triptime % 10); if (dupflag) printf(" (DUP!)"); - printf("\n"); + puts(""); } else if (icmppkt->icmp_type != ICMP_ECHO) bb_error_msg("warning: got ICMP %d (%s)", |