From 7554cd4b7f2b2e88a0d90da72b16932482f44ab6 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Wed, 15 Dec 1999 01:07:27 +0000 Subject: [PATCH] Fix typo --- main/depcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/depcon.c b/main/depcon.c index 6cfcf9f6..b64f5218 100644 --- a/main/depcon.c +++ b/main/depcon.c @@ -198,7 +198,7 @@ int depisok(struct dependency *dep, struct varbuf *whynot, /* TODO: check dep_enhances as well (WTA) */ if (dep->type == dep_depends || dep->type == dep_predepends || - dep->type == dep_recommends || dep->type = dep_suggests ) { + dep->type == dep_recommends || dep->type == dep_suggests ) { /* Go through the alternatives. As soon as we find one that * we like, we return `1' straight away. Otherwise, when we get to -- 2.39.5