summaryrefslogtreecommitdiffstats
path: root/python/wrap_objs.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/wrap_objs.c')
-rw-r--r--python/wrap_objs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wrap_objs.c b/python/wrap_objs.c
index d175f6ea..777aa8e0 100644
--- a/python/wrap_objs.c
+++ b/python/wrap_objs.c
@@ -70,7 +70,7 @@ PyObject *charPtrConst_wrap(const char *str) {
/* Functions to wrap LibXML objects -> Python objects */
/*****************************************************************************/
-PyObject *wrap_xmlCharPtr(xmlChar *str) {
+PyObject *xmlCharPtr_wrap(xmlChar *str) {
PyObject *ret;
if (str == NULL) {