Cygwin needs stdout flushed. [buildall]

This commit is contained in:
Wayne Davison
2022-10-22 12:04:06 -07:00
parent 6b5ae825db
commit 08ec80ac65

View File

@@ -293,6 +293,7 @@ void print_rsync_version(enum logcode f)
json_line("license", "GPLv3");
json_line("caveat", "rsync comes with ABSOLUTELY NO WARRANTY");
printf("\n}\n");
fflush(stdout);
return;
}