diff options
Diffstat (limited to 'networking/ether-wake.c')
-rw-r--r-- | networking/ether-wake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ether-wake.c b/networking/ether-wake.c index 9d616d561..aaed4a0ff 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c | |||
@@ -92,7 +92,7 @@ void bb_debug_dump_packet(unsigned char *outpack, int pktsize) | |||
92 | printf("packet dump:\n"); | 92 | printf("packet dump:\n"); |
93 | for (i = 0; i < pktsize; ++i) { | 93 | for (i = 0; i < pktsize; ++i) { |
94 | printf("%2.2x ", outpack[i]); | 94 | printf("%2.2x ", outpack[i]); |
95 | if (i % 20 == 19) printf("\n"); | 95 | if (i % 20 == 19) puts(""); |
96 | } | 96 | } |
97 | printf("\n\n"); | 97 | printf("\n\n"); |
98 | } | 98 | } |