diff options
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c index a22ca208743..a0c4fe17fc4 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 inline int +static int libxml2_loaded_p (void) { return 1; |