* cosmetic: newline after "local database is up to date"
This commit is contained in:
parent
043a49701f
commit
3950a5f406
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue