diff --git a/src/pacman/util.c b/src/pacman/util.c index 8336808..92f8646 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -560,6 +560,7 @@ void display_targets(const alpm_list_t *pkgs, int install) printf(_("Total Removed Size: %.2f MB\n"), mbisize); } + fflush(stdout); FREELIST(targets); }