aboutsummaryrefslogtreecommitdiff
path: root/networking/ping6.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ping6.c')
-rw-r--r--networking/ping6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping6.c b/networking/ping6.c
index 62dc4cc2d..a064f2f0b 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
305 triptime / 10, triptime % 10); 305 triptime / 10, triptime % 10);
306 if (dupflag) 306 if (dupflag)
307 printf(" (DUP!)"); 307 printf(" (DUP!)");
308 printf("\n"); 308 puts("");
309 } else 309 } else
310 if (icmppkt->icmp6_type != ICMP6_ECHO_REQUEST) 310 if (icmppkt->icmp6_type != ICMP6_ECHO_REQUEST)
311 bb_error_msg("warning: got ICMP %d (%s)", 311 bb_error_msg("warning: got ICMP %d (%s)",