kick the system

This commit is contained in:
Lee Thomason
2024-04-20 19:44:22 -07:00
parent 1d658f0d95
commit c33aae04d9

View File

@@ -2509,7 +2509,7 @@ void XMLDocument::ClearError() {
void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... )
{
TIXMLASSERT( error >= 0 && error < XML_ERROR_COUNT );
TIXMLASSERT(error >= 0 && error < XML_ERROR_COUNT);
_errorID = error;
_errorLineNum = lineNum;
_errorStr.Reset();