Iphone project compile bug in Version cocos2d-0.99.4-x-0.7.1

I just downloaded cocos2d-0.99.4-x-0.7.1 and opened the xcode project for Hello World on the iphone and hit compile and an compilation error came up on:
AppDelegate.cpp line 38

Its missing an extra closing parenthesis ) at the end of the if statement. After i added it, the project compiled and ran.

Thanks! I fixe this bug, and the compile warnings in HelloWorld.iphone, republish now.