1
0
mirror of synced 2026-04-05 21:33:24 +00:00

Because progress is written to stderr with only CR (to overprint), at completion output a proper newline.

This commit is contained in:
Eric Smith
2022-04-28 21:36:26 -06:00
parent 7589c805f2
commit 5b451610a9

View File

@@ -385,6 +385,7 @@ void main_args (char *out_fn,
}
if (! close_pdf_output_files ())
fatal (3, "error closing output file \"%s\"\n", out_fn);
fprintf(stderr, "\n");
}