Eliminate gcc warning.

CVS patchset: 2378
CVS date: 1998/09/29 14:19:39
This commit is contained in:
jbj 1998-09-29 14:19:39 +00:00
parent a88e320d6d
commit 26e10a5280
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ int doQuery(char * prefix, enum querysources source, int queryFlags,
void queryPrintTags(void) {
const struct headerTagTableEntry * t;
int i;
struct headerSprintfExtension * ext = rpmHeaderFormats;
const struct headerSprintfExtension * ext = rpmHeaderFormats;
for (i = 0, t = rpmTagTable; i < rpmTagTableSize; i++, t++) {
fprintf(stdout, "%s\n", t->name + 7);