X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Ftftp.c;h=0a2c53302cab1edacacd88f439b888f4837e7d4a;hb=272a1acf1ef574356e5da51f7d6b3b07ab4e9b83;hp=966d1cfba360ce7e7505dd5f806ce13543b0654c;hpb=f15ea6e1d67782a1626d4a4922b6c20e380085e5;p=karo-tx-uboot.git diff --git a/net/tftp.c b/net/tftp.c index 966d1cfba3..0a2c53302c 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -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) {