Fix typo that broke non-Windows builds.
* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
This commit is contained in:
parent
b142f1584c
commit
b5385551e3
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue