Update XFileParser.cpp

Fix typo.
This commit is contained in:
Kim Kulling
2018-06-16 09:10:30 +02:00
committed by GitHub
parent 339cc2e951
commit a03ab068be

View File

@@ -1296,8 +1296,7 @@ unsigned int XFileParser::ReadBinDWord() {
// ------------------------------------------------------------------------------------------------
unsigned int XFileParser::ReadInt()
{
:
cd if( mIsBinaryFormat)
if( mIsBinaryFormat)
{
if( mBinaryNumCount == 0 && mEnd - mP >= 2)
{