aboutsummaryrefslogtreecommitdiffstats
path: root/entities.c
diff options
context:
space:
mode:
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]);
}
}