httpd: reduce ifdef forest. comment out redundant PATH setting
[oweals/busybox.git] / networking / ping.c
index ebde007b66f2c6acd3b7dea07e10e052f1a3d58d..782b801c80d3f10cd7f082ac742ec3c5b431aded 100644 (file)
@@ -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)",