]> err.no Git - dpkg/commitdiff
Fix typo
authorWichert Akkerman <wakkerma@debian.org>
Wed, 15 Dec 1999 01:07:27 +0000 (01:07 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 15 Dec 1999 01:07:27 +0000 (01:07 +0000)
main/depcon.c

index 6cfcf9f61151c6f5c466060ced18a3e1f45f97c5..b64f5218c8cfda1f322eb1e9a389ca49049e0496 100644 (file)
@@ -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