From: Paul Eggert Date: Sat, 7 Apr 2012 15:15:22 +0000 (-0700) Subject: Fix typo that broke non-Windows builds. X-Git-Tag: emacs-24.2.90~471^2~389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5385551e363e616cc8bbe067d7a8b3587ac175e;p=emacs.git Fix typo that broke non-Windows builds. * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'. --- diff --git a/src/ChangeLog b/src/ChangeLog index d60379b76b4..042048a96a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-04-07 Paul Eggert + + Fix typo that broke non-Windows builds. + * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'. + 2012-04-07 Eli Zaretskii Support building on MS-Windows with libxml2. diff --git a/src/xml.c b/src/xml.c index 7be8613f74a..d8dc0677252 100644 --- 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;