diff options
author | jbj <devnull@localhost> | 2002-12-11 03:16:24 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-11 03:16:24 +0000 |
commit | 513fc078defe9b5893236002c9966e3cc7043ef1 (patch) | |
tree | 3be0865992947b605a82482292adc3fafbfd1e6d /python/rpmfd-py.c | |
parent | 2452c14619fd14c1b7eba69eec0c7d32dbf56d86 (diff) | |
download | librpm-tizen-513fc078defe9b5893236002c9966e3cc7043ef1.tar.gz librpm-tizen-513fc078defe9b5893236002c9966e3cc7043ef1.tar.bz2 librpm-tizen-513fc078defe9b5893236002c9966e3cc7043ef1.zip |
Add iterators to rpmfts-py.c.
splint fiddles.
CVS patchset: 5933
CVS date: 2002/12/11 03:16:24
Diffstat (limited to 'python/rpmfd-py.c')
-rw-r--r-- | python/rpmfd-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfd-py.c b/python/rpmfd-py.c index 0df04f509..535d9bb95 100644 --- a/python/rpmfd-py.c +++ b/python/rpmfd-py.c @@ -187,7 +187,7 @@ static PyObject * rpmfd_getattr(rpmfdObject * o, char * name) /** \ingroup python */ static int rpmfd_init(rpmfdObject * s, PyObject *args, PyObject *kwds) - /*@*/ + /*@modifies s @*/ { char * path; char * mode = "r.ufdio"; |