fixed an awfull typo

This commit is contained in:
Aurelien Foret 2006-01-11 09:43:40 +00:00
parent c305bf670b
commit 0938d37b30

View file

@ -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 */