Fixing compilation errors for NaCl port.

This commit is contained in:
James Chen 2013-05-09 20:17:45 +08:00
parent 23f23be681
commit e3e07b4c1e
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ bool CCTexturePVR::unpackPVRv3Data(unsigned char* dataPointer, unsigned int data
// unsupported / bad pixel format
if (! infoValid)
{
CCLOG("cocos2d: WARNING: unsupported pvr pixelformat: %lx", pixelFormat );
CCLOG("cocos2d: WARNING: unsupported pvr pixelformat: %lx", (unsigned long)pixelFormat );
return false;
}