diff options
Diffstat (limited to 'python/rpmdb-py.c')
-rw-r--r-- | python/rpmdb-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmdb-py.c b/python/rpmdb-py.c index 154e9771c..45ebaa1c6 100644 --- a/python/rpmdb-py.c +++ b/python/rpmdb-py.c @@ -109,7 +109,7 @@ rpmdb_Match (rpmdbObject * s, PyObject * args, PyObject * kwds) PyObject *TagN = NULL; char *key = NULL; int len = 0; - rpm_tag_t tag = RPMDBI_PACKAGES; + rpmTag tag = RPMDBI_PACKAGES; char * kwlist[] = {"tagNumber", "key", "len", NULL}; if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Ozi", kwlist, |