diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index df7693b62..074148198 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -1304,7 +1304,7 @@ ptransfer(char *direction, long int bytes, prec = 0; } - printf("%ld bytes %s in %.3g seconds (%.*f %sbytes/s)\n", + printf("%ld bytes %s in %.3g seconds (%.*f %sbyte/s)\n", bytes, direction, s, prec, bs, unit); } }