Skip to content

Commit

Permalink
kick the system
Browse files Browse the repository at this point in the history
  • Loading branch information
leethomason committed Apr 21, 2024
1 parent 1d658f0 commit c33aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyxml2.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit c33aae0

Please sign in to comment.