mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
fixed a typo
This commit is contained in:
parent
ce194bdd5e
commit
f83f01b8eb
@ -753,7 +753,7 @@ int pacman_sync(list_t *targets)
|
||||
switch(pm_errno) {
|
||||
case PM_ERR_FILE_CONFLICTS:
|
||||
for(lp = alpm_list_first(data); lp; lp = alpm_list_next(lp)) {
|
||||
PM_CONFLICT *conflict = alpm_list_getdata(i);
|
||||
PM_CONFLICT *conflict = alpm_list_getdata(lp);
|
||||
switch((int)alpm_conflict_getinfo(conflict, PM_CONFLICT_TYPE)) {
|
||||
case PM_CONFLICT_TYPE_TARGET:
|
||||
MSG(NL, "%s exists in \"%s\" (target) and \"%s\" (target)",
|
||||
|
Loading…
Reference in New Issue
Block a user