summaryrefslogtreecommitdiff
path: root/entities.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2013-03-28 08:47:42 +0800
committerDaniel Veillard <veillard@redhat.com>2013-03-30 22:33:05 +0800
commit0ab8ce53024e80f671b135a58086a24bf76bc2eb (patch)
treee6a9558d51e30831fa1055e1157c2678738e8ed6 /entities.c
parent215a7296455195c13916ba50dbf020e7ebc3aedc (diff)
downloadlibxml2-0ab8ce53024e80f671b135a58086a24bf76bc2eb.tar.gz
Switched comment in file to UTF-8 encoding
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 5e786a17..0c484a70 100644
--- a/entities.c
+++ b/entities.c
@@ -649,7 +649,7 @@ xmlEncodeEntitiesInternal(xmlDocPtr doc, const xmlChar *input, int attr) {
} else if (*cur >= 0x80) {
if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
/*
- * Bjørn Reese <br@sseusa.com> provided the patch
+ * Bjørn Reese <br@sseusa.com> provided the patch
xmlChar xc;
xc = (*cur & 0x3F) << 6;
if (cur[1] != 0) {