Fix documentation typo
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
e32d129967
commit
87f9377b32
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ int SYMEXPORT alpm_trans_commit(alpm_handle_t *handle, alpm_list_t **data)
|
||||||
|
|
||||||
if(trans->add == NULL) {
|
if(trans->add == NULL) {
|
||||||
if(_alpm_remove_packages(handle, 1) == -1) {
|
if(_alpm_remove_packages(handle, 1) == -1) {
|
||||||
/* pm_errno is set by _alpm_remove_commit() */
|
/* pm_errno is set by _alpm_remove_packages() */
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue