code style

pull/326/head
Gargaj 2014-08-07 08:26:34 +02:00
parent aa5c1a1a23
commit df4b17d145
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
// Get file size for progress handler
IOStream * fileIO = pimpl->mIOHandler->Open( pFile );
uint32_t fileSize = 0;
uint32_t fileSize = 0;
if (fileIO)
{
fileSize = fileIO->FileSize();