From dd0275b759752a4f1f561dc490823ca289abd717 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 11 Nov 2007 09:28:35 -0600 Subject: Add a missing newline in sync confirmation output Signed-off-by: Dan McGee --- src/pacman/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pacman/util.c') diff --git a/src/pacman/util.c b/src/pacman/util.c index 7af51daa..bc514278 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -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); -- cgit v1.2.3