1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-10 21:38:19 -05:00

Add a missing newline in sync confirmation output

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-11-11 09:28:35 -06:00
parent a55a07f5dd
commit dd0275b759

View File

@ -393,6 +393,7 @@ void display_targets(const alpm_list_t *syncpkgs, pmdb_t *db_local)
FREELIST(to_remove); FREELIST(to_remove);
printf(_("Total Removed Size: %.2f MB\n"), mbrsize); printf(_("Total Removed Size: %.2f MB\n"), mbrsize);
printf("\n");
} }
list_display(_("Targets:"), targets); list_display(_("Targets:"), targets);