Eliminate gcc warning.
CVS patchset: 2378 CVS date: 1998/09/29 14:19:39
This commit is contained in:
parent
a88e320d6d
commit
26e10a5280
2
query.c
2
query.c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue