diff options
Diffstat (limited to 'python/xml/py_xml.c')
-rw-r--r-- | python/xml/py_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c index c9e1cc72..49dd7c46 100644 --- a/python/xml/py_xml.c +++ b/python/xml/py_xml.c @@ -26,7 +26,7 @@ #include "py_xml.h" -PyObject *wrap_LassoNode(LassoNode *node) { +PyObject *LassoNode_wrap(LassoNode *node) { PyObject *ret; if (node == NULL) { |