Skip to content

Commit

Permalink
final formatting fixes, for REAL this time
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbyrd committed Jul 20, 2011
1 parent b8923b0 commit efb73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TableDataSource.m
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ - (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)
if (buttonIndex == 1)
{
UIApplication* app = [UIApplication sharedApplication];
NSDictionary* prevLoc = [dataSource objectAtIndex:selectedIndex - 1];
NSDictionary* prevLoc = [dataSource objectAtIndex:selectedIndex - 1];
NSString* prevLat = [prevLoc objectForKey:@"lat"];
NSString* prevLng = [prevLoc objectForKey:@"lng"];
NSString* saddr = [NSString stringWithFormat:@"%@,%@", prevLat, prevLng];
Expand Down

0 comments on commit efb73e9

Please sign in to comment.