summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser/parser/Parser.cpp')
-rw-r--r--ACEXML/parser/parser/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/parser/parser/Parser.cpp b/ACEXML/parser/parser/Parser.cpp
index ca428c94a2c..405281e3e00 100644
--- a/ACEXML/parser/parser/Parser.cpp
+++ b/ACEXML/parser/parser/Parser.cpp
@@ -309,7 +309,7 @@ ACEXML_Parser::parse_xml_prolog (ACEXML_Env &xmlenv)
this->get () == 'd' &&
this->get () == 'i' &&
this->get () == 'n' &&
- this->get () == 'g' &&
+ this->get () == 'e' &&
this->skip_equal () == 0 &&
this->get_quoted_string (astring) == 0)
{