aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c
index 786f0cd8818..e462a1adf57 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -180,8 +180,8 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
180 xmlDoc *doc; 180 xmlDoc *doc;
181 Lisp_Object result = Qnil; 181 Lisp_Object result = Qnil;
182 const char *burl = ""; 182 const char *burl = "";
183 EMACS_INT bytes; 183 ptrdiff_t bytes;
184 EMACS_INT istart, iend; 184 ptrdiff_t istart, iend;
185 185
186 fn_xmlCheckVersion (LIBXML_VERSION); 186 fn_xmlCheckVersion (LIBXML_VERSION);
187 187