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 f0422875f7e..0b39f3e6031 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -89,8 +89,8 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
89 xmlDoc *doc; 89 xmlDoc *doc;
90 Lisp_Object result = Qnil; 90 Lisp_Object result = Qnil;
91 const char *burl = ""; 91 const char *burl = "";
92 EMACS_INT bytes; 92 ptrdiff_t bytes;
93 EMACS_INT istart, iend; 93 ptrdiff_t istart, iend;
94 94
95 LIBXML_TEST_VERSION; 95 LIBXML_TEST_VERSION;
96 96