1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-02 00:25:07 -04:00

Missing quote in output

Found by Giovanni Scafora <linuxmania@gmail.com>

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2007-11-09 02:16:08 -06:00 committed by Dan McGee
parent 2898ccb609
commit cc15d29db2

View File

@ -489,7 +489,7 @@ int sync_trans(alpm_list_t *targets, int sync_only)
continue;
}
if(pm_errno != PM_ERR_PKG_NOT_FOUND) {
fprintf(stderr, _("'error: %s': %s\n"),
fprintf(stderr, _("error: '%s': %s\n"),
(char *)i->data, alpm_strerrorlast());
retval = 1;
goto cleanup;