diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-01-03 16:32:07 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-01-03 16:32:07 +0100 |
commit | 3950a5f406cb38d5ed3c426d8bc2a5d9ee563628 (patch) | |
tree | 1edd4f20ab80a8def3ad0dc4c46906cf85d4728b | |
parent | 043a49701f5f11429199428a4cc1a084b5f297a9 (diff) | |
download | pacman-3950a5f406cb38d5ed3c426d8bc2a5d9ee563628.tar.gz pacman-3950a5f406cb38d5ed3c426d8bc2a5d9ee563628.tar.xz |
* cosmetic: newline after "local database is up to date"
-rw-r--r-- | src/pacman/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 1c1c3ae9..8208157a 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -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; } |