From: Michael Schroeder Date: Wed, 8 Nov 2017 12:26:43 +0000 (+0100) Subject: Add a comment X-Git-Tag: 0.6.31~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78fec941b5449b82da6e5eeafab06a9017d36c24;p=thirdparty%2Flibsolv.git Add a comment --- diff --git a/src/pool.c b/src/pool.c index b596ace2..6ca15823 100644 --- a/src/pool.c +++ b/src/pool.c @@ -859,7 +859,7 @@ pool_match_dep(Pool *pool, Id d1, Id d2) if (!ISRELDEP(d1)) { if (!ISRELDEP(d2)) - return 0; + return 0; /* cannot match as d1 != d2 */ rd2 = GETRELDEP(pool, d2); return pool_match_dep(pool, d1, rd2->name); }