1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

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) {
info->reason = PM_PKG_REASON_EXPLICIT;
info->reason = PM_PKG_REASON_DEPEND;
}
/* add the package to the transaction */