diff options
Diffstat (limited to 'networking/ping6.c')
-rw-r--r-- | networking/ping6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping6.c b/networking/ping6.c index 62dc4cc..a064f2f 100644 --- a/networking/ping6.c +++ b/networking/ping6.c @@ -305,7 +305,7 @@ static void unpack(char *packet, int sz, struct sockaddr_in6 *from, int hoplimit triptime / 10, triptime % 10); if (dupflag) printf(" (DUP!)"); - printf("\n"); + puts(""); } else if (icmppkt->icmp6_type != ICMP6_ECHO_REQUEST) bb_error_msg("warning: got ICMP %d (%s)", |