fix formatting mistake
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8bf17b29a2
commit
d6ffa7f561
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int SYMEXPORT alpm_trans_prepare(alpm_handle_t *handle, alpm_list_t **data)
|
||||||
/* pm_errno is set by _alpm_remove_prepare() */
|
/* pm_errno is set by _alpm_remove_prepare() */
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(_alpm_sync_prepare(handle, data) == -1) {
|
if(_alpm_sync_prepare(handle, data) == -1) {
|
||||||
/* pm_errno is set by _alpm_sync_prepare() */
|
/* pm_errno is set by _alpm_sync_prepare() */
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue