Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
[Handler] fix extraneous colon
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Aug 22, 2015
1 parent 1d5466b commit ea1a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HBLOMapsOpenerHandler.x
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
.*
*/

return [NSURL URLWithString:[@"comgooglemapsurl:" stringByAppendingString:[url.absoluteString substringFromIndex:url.scheme.length]]];
return [NSURL URLWithString:[@"comgooglemapsurl" stringByAppendingString:[url.absoluteString substringFromIndex:url.scheme.length]]];
}

return nil;
Expand Down

0 comments on commit ea1a095

Please sign in to comment.