diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-10-27 15:15:20 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-10-27 15:15:20 +0200 |
commit | 714ebe92a1052e67967221e73ac8b788140e684c (patch) | |
tree | 687cd2db6dac2183f9393b4bfc172116905e0afd /python/rpmds-py.c | |
parent | 376b1bd8b79392a3d8a019c0409c05c13b55f2b2 (diff) | |
download | librpm-tizen-714ebe92a1052e67967221e73ac8b788140e684c.tar.gz librpm-tizen-714ebe92a1052e67967221e73ac8b788140e684c.tar.bz2 librpm-tizen-714ebe92a1052e67967221e73ac8b788140e684c.zip |
Argh, typo in previous commit
Diffstat (limited to 'python/rpmds-py.c')
-rw-r--r-- | python/rpmds-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmds-py.c b/python/rpmds-py.c index 1f95bf610..20dcedaa5 100644 --- a/python/rpmds-py.c +++ b/python/rpmds-py.c @@ -472,7 +472,7 @@ PyTypeObject rpmds_Type = { PyObject_GenericGetAttr, /* tp_getattro */ PyObject_GenericSetAttr, /* tp_setattro */ 0, /* tp_as_buffer */ - Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE /* tp_flags */ + Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */ rpmds_doc, /* tp_doc */ 0, /* tp_traverse */ 0, /* tp_clear */ |