More Xcode 4 crap

This commit is contained in:
Blake Watters
2011-02-15 20:25:22 -05:00
parent 07034e3878
commit bf48cf6559
6 changed files with 7 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ static const NSInteger kMaxConcurrentLoads = 5;
}
- (id)init {
if (self = [super init]) {
if ((self = [super init])) {
_requests = [[NSMutableArray alloc] init];
_suspended = NO;
_totalLoading = 0;