summaryrefslogtreecommitdiff
path: root/python/header-py.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-05 20:26:57 +0000
committerjbj <devnull@localhost>2002-06-05 20:26:57 +0000
commit2395582ab025e75aae8f51c8787d34c5c961f88c (patch)
tree402d3b104849336f2f2bf21973d71a757c97a906 /python/header-py.c
parent14d95f25f736587e23b5aa8a2302eb5f3b168df9 (diff)
downloadrpm-2395582ab025e75aae8f51c8787d34c5c961f88c.tar.gz
rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.tar.bz2
rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.zip
- python: portability fiddles (#54350).
- check inodes (but not blocks) on FAT file systems (#64256). CVS patchset: 5465 CVS date: 2002/06/05 20:26:57
Diffstat (limited to 'python/header-py.c')
-rw-r--r--python/header-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.c b/python/header-py.c
index e97c075d4..74238c7de 100644
--- a/python/header-py.c
+++ b/python/header-py.c
@@ -82,7 +82,7 @@
/** \ingroup python
*/
struct hdrObject_s {
- PyObject_HEAD;
+ PyObject_HEAD
Header h;
char ** md5list;
char ** fileList;