aboutsummaryrefslogtreecommitdiffstats
path: root/entities.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1998-10-29 05:51:30 +0000
committerDaniel Veillard <veillard@src.gnome.org>1998-10-29 05:51:30 +0000
commit25940b7c1b85b4d210511db1cbeb7b2104cdcc72 (patch)
treeb81507563e166bd9aef6911ce98ecea1a0f71626 /entities.c
parent1625364f6d7f512518468686eed1077d559e5e22 (diff)
downloadandroid_external_libxml2-25940b7c1b85b4d210511db1cbeb7b2104cdcc72.tar.gz
android_external_libxml2-25940b7c1b85b4d210511db1cbeb7b2104cdcc72.tar.bz2
android_external_libxml2-25940b7c1b85b4d210511db1cbeb7b2104cdcc72.zip
Cleanup, bug fixing, entities improvement, more documentation, Daniel.
Diffstat (limited to 'entities.c')
-rw-r--r--entities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities.c b/entities.c
index 351746ce..5d9d88a4 100644
--- a/entities.c
+++ b/entities.c
@@ -138,7 +138,7 @@ void xmlInitializePredefinedEntities(void) {
out = &value[0];
for (;(*out++ = (CHAR) *in);)in++;
xmlAddEntity(xmlPredefinedEntities, (const CHAR *) &name[0],
- XML_INTERNAL_GENERAL_ENTITY, NULL, NULL,
+ XML_INTERNAL_PREDEFINED_ENTITY, NULL, NULL,
&value[0]);
}
}