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 | |
| 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')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/xml.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d60379b76b4..042048a96a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix typo that broke non-Windows builds. | ||
| 4 | * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'. | ||
| 5 | |||
| 1 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | Support building on MS-Windows with libxml2. | 8 | Support building on MS-Windows with libxml2. |
| @@ -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; |