]> git.eshelyaron.com Git - emacs.git/commitdiff
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 d60379b76b4f4a95bbebd003fc9a2d3c2b46c8f5..042048a96a3bb9bbc7db59ae8170242622aac238 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 7be8613f74aa673fdf4cc0b30ac1aa0374244146..d8dc06772523576fd6e0d1b7f157ace6106af17d 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;