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
1 changed files with 1 additions and 0 deletions

View File

@ -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);