Skip to content

Commit

Permalink
CCBigImage: remove trailing semicolons.
Browse files Browse the repository at this point in the history
  • Loading branch information
psineur committed Apr 21, 2012
1 parent 04e71c2 commit c252cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/CCBigImage/CCBigImage.m
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ - (void) stopTilesLoadingThread
- (void) updateLoadRect
{
// get screen rect
CGRect screenRect = CGRectZero;;
CGRect screenRect = CGRectZero;
screenRect.size = [[CCDirector sharedDirector] winSize];

#if COCOS2D_VERSION < 0x00020000
Expand Down

0 comments on commit c252cf3

Please sign in to comment.