* 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(); packages = alpm_trans_get_packages();
if(packages == NULL) { if(packages == NULL) {
/* nothing to do: just exit without complaining */ /* 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; goto cleanup;
} }