Skip to content

Commit

Permalink
Fixing minor warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed May 30, 2011
1 parent f4779a2 commit 10a34d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ @implementation EGORefreshTableHeaderView


- (id)initWithFrame:(CGRect)frame arrowImageName:(NSString *)arrow textColor:(UIColor *)textColor {
if (self = [super initWithFrame:frame]) {
if((self = [super initWithFrame:frame])) {

self.autoresizingMask = UIViewAutoresizingFlexibleWidth;
self.backgroundColor = [UIColor colorWithRed:226.0/255.0 green:231.0/255.0 blue:237.0/255.0 alpha:1.0];
Expand Down

0 comments on commit 10a34d4

Please sign in to comment.