Update XFileParser.cpp
Fix typo.
This commit is contained in:
@@ -1296,8 +1296,7 @@ unsigned int XFileParser::ReadBinDWord() {
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
unsigned int XFileParser::ReadInt()
|
||||
{
|
||||
:
|
||||
cd if( mIsBinaryFormat)
|
||||
if( mIsBinaryFormat)
|
||||
{
|
||||
if( mBinaryNumCount == 0 && mEnd - mP >= 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user