summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/parser/parser/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/parser/parser/Parser.cpp')
-rw-r--r--ACE/ACEXML/parser/parser/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ACEXML/parser/parser/Parser.cpp b/ACE/ACEXML/parser/parser/Parser.cpp
index 31e2238a5b1..e2b15addab0 100644
--- a/ACE/ACEXML/parser/parser/Parser.cpp
+++ b/ACE/ACEXML/parser/parser/Parser.cpp
@@ -713,7 +713,7 @@ ACEXML_Parser::parse_element (int is_root)
&& ACE_OS::strcmp (startname, this->doctype_) != 0)
{
this->fatal_error (ACE_TEXT ("Root element different from DOCTYPE"));
- return ;
+ return;
}
ACEXML_AttributesImpl attributes;
ACEXML_Char ch;