summaryrefslogtreecommitdiff
path: root/src/common/xml.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-17 22:55:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-17 22:55:35 (GMT)
commit2cfb66fcd5e8293d1dd689691bdc8c3517dd183a (patch)
treefd4536a69473c5c4d8204d052813f764286ea0ab /src/common/xml.h
parentaf29afcc9a37113e4187b1c0a20e3bf5e2dcd4d9 (diff)
Fixed other gcc warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@273 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/common/xml.h')
-rw-r--r--src/common/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xml.h b/src/common/xml.h
index b7fbc4c..f96f65a 100644
--- a/src/common/xml.h
+++ b/src/common/xml.h
@@ -112,7 +112,7 @@ bool write_xml_content(xmlTextWriterPtr, const char *, ...);
xmlNodePtr get_node_from_xpath(xmlXPathContextPtr, const char *);
/* Ajoute un noeud à un autre noeud. */
-xmlNodePtr add_node_to_path(xmlDocPtr, xmlXPathContextPtr, const char *, const char *);
+xmlNodePtr add_node_to_xpath(xmlDocPtr, xmlXPathContextPtr, const char *, const char *);
/* Ajoute un noeud à un autre noeud. */
xmlNodePtr add_node_to_node(xmlDocPtr, xmlNodePtr, const char *);