diff options
| author | Paul Eggert | 2012-04-07 08:15:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-07 08:15:22 -0700 |
| commit | b5385551e363e616cc8bbe067d7a8b3587ac175e (patch) | |
| tree | a570dd3aea70404612734962877de3c1866eb676 /src/xml.c | |
| parent | b142f1584c4c8c8b16740e3477dee39ab88cebba (diff) | |
| download | emacs-b5385551e363e616cc8bbe067d7a8b3587ac175e.tar.gz emacs-b5385551e363e616cc8bbe067d7a8b3587ac175e.zip | |
Fix typo that broke non-Windows builds.
* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
Diffstat (limited to 'src/xml.c')
| -rw-r--r-- | src/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -73,7 +73,7 @@ libxml2_loaded_p (void) | |||
| 73 | #define fn_xmlCleanupParser xmlCleanupParser | 73 | #define fn_xmlCleanupParser xmlCleanupParser |
| 74 | #define fn_xmlCheckVersion xmlCheckVersion | 74 | #define fn_xmlCheckVersion xmlCheckVersion |
| 75 | 75 | ||
| 76 | static inine int | 76 | static inline int |
| 77 | libxml2_loaded_p (void) | 77 | libxml2_loaded_p (void) |
| 78 | { | 78 | { |
| 79 | return 1; | 79 | return 1; |