A little tidying up to follow my preferred style.
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index 1752d86..d3ae536 100644 (file)
--- a/io.c
+++ b/io.c
@@ -626,7 +626,7 @@ static void whine_about_eof(int fd)
 
        rprintf(FERROR, RSYNC_NAME ": connection unexpectedly closed "
                "(%s bytes received so far) [%s]\n",
-               big_num(stats.total_read, 0), who_am_i());
+               big_num(stats.total_read), who_am_i());
 
        exit_cleanup(RERR_STREAMIO);
 }