Skip to content

Commit 9b9d9c8

Browse files
author
Joey Lorich
committed
Fix warning
1 parent d25094c commit 9b9d9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EasyReader/Application/Controllers/Menu/MenuDataSources/EZRMenuSearchFeedDataSource.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ - (void)setFeedData:(NSDictionary *)feedData
4545
}
4646

4747
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
48-
int numberOfResults = [super tableView:tableView numberOfRowsInSection:section];
48+
NSInteger numberOfResults = [super tableView:tableView numberOfRowsInSection:section];
4949

5050
if (numberOfResults == 0 && self.source.count == 0) {
5151
return 1;

0 commit comments

Comments
 (0)