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
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue