diff options
Diffstat (limited to 'net/tftp.c')
-rw-r--r-- | net/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ TftpHandler (uchar * pkt, unsigned dest, unsigned src, unsigned len) #ifdef ET_DEBUG if (TftpState == STATE_RRQ) { - printf("Server did not acknowledge timeout option!\n"); + puts ("Server did not acknowledge timeout option!\n"); } #endif |