Fix typo that broke non-Windows builds.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Apr 2012 15:15:22 +0000 (08:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Apr 2012 15:15:22 +0000 (08:15 -0700)
* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.

src/ChangeLog
src/xml.c

index d60379b..042048a 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix typo that broke non-Windows builds.
+       * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
+
 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
 
        Support building on MS-Windows with libxml2.
index 7be8613..d8dc067 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -73,7 +73,7 @@ libxml2_loaded_p (void)
 #define fn_xmlCleanupParser     xmlCleanupParser
 #define fn_xmlCheckVersion      xmlCheckVersion
 
-static inine int
+static inline int
 libxml2_loaded_p (void)
 {
   return 1;