aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
authorJoakim Verona2013-02-18 00:04:31 +0100
committerJoakim Verona2013-02-18 00:04:31 +0100
commit37bce6bfacc0508a0c5016be3bfca92a81a59fe0 (patch)
treec0967967d0810670d1154c8a5b3a4a3521179660 /src/xml.c
parentbcd8c34aabe11e72a0ce35f654515e2bb9c2964b (diff)
parenta51e9ff76cc887e0e6df95ff2895d80e0c00e9b9 (diff)
downloademacs-37bce6bfacc0508a0c5016be3bfca92a81a59fe0.tar.gz
emacs-37bce6bfacc0508a0c5016be3bfca92a81a59fe0.zip
auto upstream
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 5a52b0c2a1e..4b466dc1bca 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -93,7 +93,7 @@ init_libxml2_functions (void)
93 93
94 if (!(library = w32_delayed_load (Qlibxml2_dll))) 94 if (!(library = w32_delayed_load (Qlibxml2_dll)))
95 { 95 {
96 message ("%s", "libxml2 library not found"); 96 message1 ("libxml2 library not found");
97 return 0; 97 return 0;
98 } 98 }
99 99