mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
Add a missing newline in sync confirmation output
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
a55a07f5dd
commit
dd0275b759
@ -393,6 +393,7 @@ void display_targets(const alpm_list_t *syncpkgs, pmdb_t *db_local)
|
||||
FREELIST(to_remove);
|
||||
|
||||
printf(_("Total Removed Size: %.2f MB\n"), mbrsize);
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
list_display(_("Targets:"), targets);
|
||||
|
Loading…
Reference in New Issue
Block a user