diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/trans.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pacman/trans.c b/src/pacman/trans.c index 2fffcb18..ee4c79a5 100644 --- a/src/pacman/trans.c +++ b/src/pacman/trans.c @@ -396,6 +396,10 @@ void cb_trans_progress(unsigned char event, char *pkgname, int percent, int howm } printf("] %3d%%\r", percent); + if(percent == 100) { + printf("\n"); + } + FREE(addstr); FREE(upgstr); FREE(removestr); |