diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-11 16:28:35 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-11 16:51:09 +0100 |
commit | dd0275b759752a4f1f561dc490823ca289abd717 (patch) | |
tree | 75af8dca265c6df27ee746d4383c9fac3c9ea013 /src | |
parent | a55a07f5ddb3ae16d4e60de75aebc2d7106db206 (diff) | |
download | pacman-dd0275b759752a4f1f561dc490823ca289abd717.tar.gz pacman-dd0275b759752a4f1f561dc490823ca289abd717.tar.xz |
Add a missing newline in sync confirmation output
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |