Skip to content

Commit

Permalink
Because progress is written to stderr with only CR (to overprint), at…
Browse files Browse the repository at this point in the history
… completion output a proper newline.
  • Loading branch information
brouhaha committed Apr 29, 2022
1 parent 7589c80 commit 5b45161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tumble.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}


Expand Down

0 comments on commit 5b45161

Please sign in to comment.