1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

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
This commit is contained in:
Daniel Veillard
2003-10-10 00:49:42 +00:00
parent e2238d5617
commit d0c9c32f64
7 changed files with 2631 additions and 2683 deletions

View File

@ -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")) ||