small ipv6 doc changes; nslookup a tiny bit smaller
[oweals/busybox.git] / networking / ether-wake.c
index 9d616d561b45504f379361f52e34261be8b37565..aaed4a0ff41198297b9c6c77763b71874a7ca02d 100644 (file)
@@ -92,7 +92,7 @@ void bb_debug_dump_packet(unsigned char *outpack, int pktsize)
        printf("packet dump:\n");
        for (i = 0; i < pktsize; ++i) {
                printf("%2.2x ", outpack[i]);
-               if (i % 20 == 19) printf("\n");
+               if (i % 20 == 19) puts("");
        }
        printf("\n\n");
 }