diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-10-10 00:49:42 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-10-10 00:49:42 +0000 |
| commit | d0c9c32f64c09c699c54dc9ffb8558c297f9e08e (patch) | |
| tree | a97a50d631a119c711a567d0b11afb18128fe44d /encoding.c | |
| parent | e2238d5617c3f16e3f8fff16609d692064affd1e (diff) | |
| download | android_external_libxml2-d0c9c32f64c09c699c54dc9ffb8558c297f9e08e.tar.gz android_external_libxml2-d0c9c32f64c09c699c54dc9ffb8558c297f9e08e.tar.bz2 android_external_libxml2-d0c9c32f64c09c699c54dc9ffb8558c297f9e08e.zip | |
cleanup fix a funny typo converted the Schemas code to the new error
* Makefile.am: cleanup
* encoding.c: fix a funny typo
* error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
converted the Schemas code to the new error handling. PITA,
still need to check output from regression tests.
Daniel
Diffstat (limited to 'encoding.c')
| -rw-r--r-- | encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1986,7 +1986,7 @@ xmlFindCharEncodingHandler(const char *name) { } /* - * If nothing was found and it is "UTF-16" then use the Little indian + * If nothing was found and it is "UTF-16" then use the Little endian * version. */ if ((xmlStrEqual(BAD_CAST upper, BAD_CAST "UTF-16")) || |
