fixed an awfull typo
This commit is contained in:
parent
c305bf670b
commit
0938d37b30
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ int add_loadtarget(pmtrans_t *trans, pmdb_t *db, char *name)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(trans->flags & PM_TRANS_FLAG_ALLDEPS) {
|
if(trans->flags & PM_TRANS_FLAG_ALLDEPS) {
|
||||||
info->reason = PM_PKG_REASON_EXPLICIT;
|
info->reason = PM_PKG_REASON_DEPEND;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* add the package to the transaction */
|
/* add the package to the transaction */
|
||||||
|
|
Loading…
Add table
Reference in a new issue