From: root Date: Wed, 21 Feb 1996 17:31:56 +0000 (+0000) Subject: remove bogus comment X-Git-Tag: tznext/4.11.0.1.tizen20130304~11580 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bce4b08641faf9ac3a578ba22b5b161d3bea9378;p=tools%2Flibrpm-tizen.git remove bogus comment CVS patchset: 380 CVS date: 1996/02/21 17:31:56 --- diff --git a/build/pack.c b/build/pack.c index 150f2ba..045ccc9 100644 --- a/build/pack.c +++ b/build/pack.c @@ -632,7 +632,6 @@ static int process_filelist(Header header, StringBuf sb, int *size, s = strtok(buf, " \t\n"); while (s) { - /* Order of comparison here is important */ if (!strcmp(s, "%docdir")) { s = strtok(NULL, " \t\n"); addDocdir(s);