code cleanup
This commit is contained in:
parent
fd6ce1f4cb
commit
ec305c1443
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ int pacman_remove(list_t *targets)
|
||||||
alpm_list_free(data);
|
alpm_list_free(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ERR(NL, "%s\n", alpm_strerror(pm_errno));
|
break;
|
||||||
}
|
}
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue