mirror of https://github.com/AxioDL/tinyxml2.git
Merge pull request #341 from Dmitry-Me/cleanupComment
Remove redundant comment, fix typo and formatting
This commit is contained in:
commit
32de9f02f5
|
@ -547,8 +547,7 @@ char* XMLDocument::Identify( char* p, XMLNode** node )
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
// What is this thing?
|
// These strings define the matching patterns:
|
||||||
// These strings define the matching patters:
|
|
||||||
static const char* xmlHeader = { "<?" };
|
static const char* xmlHeader = { "<?" };
|
||||||
static const char* commentHeader = { "<!--" };
|
static const char* commentHeader = { "<!--" };
|
||||||
static const char* cdataHeader = { "<![CDATA[" };
|
static const char* cdataHeader = { "<![CDATA[" };
|
||||||
|
|
Loading…
Reference in New Issue