diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-10 19:31:34 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-10 19:31:34 +0000 |
commit | 0f39f084c1b81180a6a7d068c35b793d93bb6741 (patch) | |
tree | 2bf560e678ec90cabc57d4c6218ce09157634c4d /python/libxslt.c | |
parent | 2e2bc3addecef3f5ee2668302a3aad6a60216f75 (diff) | |
download | libxslt-0f39f084c1b81180a6a7d068c35b793d93bb6741.tar.gz libxslt-0f39f084c1b81180a6a7d068c35b793d93bb6741.tar.bz2 libxslt-0f39f084c1b81180a6a7d068c35b793d93bb6741.zip |
fixed a small warning. rebuilt the APIs Daniel
* python/libxml.c : fixed a small warning.
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
python/libxsltclass.txt: rebuilt the APIs
Daniel
Diffstat (limited to 'python/libxslt.c')
-rw-r--r-- | python/libxslt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libxslt.c b/python/libxslt.c index ec7e4d76..4ede77c0 100644 --- a/python/libxslt.c +++ b/python/libxslt.c @@ -349,7 +349,7 @@ libxslt_xsltCleanup(PyObject *self, PyObject *args) { ************************************************************************/ static PyMethodDef libxsltMethods[] = { #include "libxslt-export.c" - { NULL, NULL, NULL, NULL } + { NULL } }; void initlibxsltmod(void) { |