From: Michael Schroeder Date: Mon, 29 Feb 2016 13:14:05 +0000 (+0100) Subject: Fix comments X-Git-Tag: 0.6.20~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcff7d8e7fadcc0b314aa654ce97579db3bbe1a;p=thirdparty%2Flibsolv.git Fix comments --- diff --git a/ext/repo_rpmmd.c b/ext/repo_rpmmd.c index 77366c25..5ef5c25a 100644 --- a/ext/repo_rpmmd.c +++ b/ext/repo_rpmmd.c @@ -259,11 +259,8 @@ struct parsedata { Id changelog_handle; int extending; /* are we extending an existing solvable? */ - - /* first solvable we added */ - int first; - /* cspool ok to use */ - int cshash_filled; + int first; /* first solvable we added */ + int cshash_filled; /* hash is filled with data */ Hashtable cshash; /* checksum hash -> offset into csdata */ Hashval cshashm; /* hash mask */