Update XFileParser.cpp

Fix typo.
pull/1990/head
Kim Kulling 2018-06-16 09:10:30 +02:00 committed by GitHub
parent 339cc2e951
commit a03ab068be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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