diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/package.c | 3 | ||||
-rw-r--r-- | src/pacman/query.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/pacman/package.c b/src/pacman/package.c index 15c227cf..0b7bd0f4 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -98,9 +98,8 @@ void dump_pkg_full(pmpkg_t *pkg, int level) if(level > 1) { /* call new backup function */ dump_pkg_backups(pkg); + printf("\n"); } - - printf("\n"); } /* Display the content of a sync package diff --git a/src/pacman/query.c b/src/pacman/query.c index 36b4af80..72846a52 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -125,7 +125,7 @@ int pacman_query(alpm_list_t *targets) } if(config->op_q_upgrade) { - MSG(NL, _("Checking for package upgrades")); + MSG(NL, _("Checking for package upgrades...")); alpm_list_t *syncpkgs; if((syncpkgs = alpm_get_upgrades()) != NULL) { |