mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-06-30 02:21:44 +03:00
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
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user