diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-02-16 17:59:26 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-02-16 17:59:26 +0900 |
commit | fd5c6e971e8c1a84d1688b78d151bda4a3e8b871 (patch) | |
tree | 40557019acb2c93aa41f01e0ec15f989df491a4b /src | |
parent | 44b21994b5032db09cd2c07db4f9b0e495ac0dfb (diff) |
add \n at the final output
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -681,6 +681,7 @@ void mscp_stat_handler(int signum) } else { /* called from mscp_stat_final. calculate progress from the beginning */ print_progress(&s.start, &s.after, s.total, 0, s.done); + pprint(1, "\n"); /* this is final output. */ } } |