1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* cosmetic: newline after "local database is up to date"

This commit is contained in:
Aaron Griffin 2007-01-03 15:32:07 +00:00
parent 043a49701f
commit 3950a5f406

View File

@ -574,7 +574,7 @@ int pacman_sync(list_t *targets)
packages = alpm_trans_get_packages();
if(packages == NULL) {
/* nothing to do: just exit without complaining */
MSG(NL," local database is up to date");
MSG(NL, _("local database is up to date\n"));
goto cleanup;
}