diff -r bcd6d76db4f7 -r e5403e2bf02c cocoaTouch/SingleTeamViewController.m --- a/cocoaTouch/SingleTeamViewController.m Wed Apr 21 21:38:07 2010 +0000 +++ b/cocoaTouch/SingleTeamViewController.m Thu Apr 22 17:43:12 2010 +0000 @@ -217,13 +217,12 @@ static NSString *CellIdentifier2 = @"Cell2"; NSArray *hogArray; - UITableViewCell *cell; + UITableViewCell *cell = nil; NSInteger row = [indexPath row]; UIImage *accessoryImage; switch ([indexPath section]) { case 0: - cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier0]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault