diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-09-23 22:19:22 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-09-23 22:19:22 +0000 |
commit | dd6b36766fb1cc83020cc12f226452ba2d640e35 (patch) | |
tree | 9daa2365b00bb087feeed4469daee443f19f31c1 /error.c | |
parent | e624482d08d99b47630f5b4654415c93f3587f9a (diff) | |
download | libxml2-dd6b36766fb1cc83020cc12f226452ba2d640e35.tar.gz |
Fixed CHAR, errno, alpha RPM compile, updated doc, DanielLIB_XML_1_7_1
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ xmlParserPrintFileInfo(xmlParserInputPtr input) { void xmlParserPrintFileContext(xmlParserInputPtr input) { - const CHAR *cur, *base; + const xmlChar *cur, *base; int n; cur = input->cur; |