Missing quote in output
Found by Giovanni Scafora <linuxmania@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
2898ccb609
commit
cc15d29db2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue