diff options
-rw-r--r-- | net/tftp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -299,6 +299,8 @@ static void tftp_complete(void) putc('#'); TftpNumchars++; } + puts(" "); + print_size(TftpTsize, ""); #endif time_start = get_timer(time_start); if (time_start > 0) { |