summaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c
index 5829f1da538..6f4b1e79cd4 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -80,7 +80,7 @@ parse_string (Lisp_Object string, Lisp_Object base_url, int htmlp)
xmlNode *node;
Lisp_Object result = Qnil;
int ibeg, iend;
- char *burl = "";
+ const char *burl = "";
LIBXML_TEST_VERSION;