Repository: cordova-ios
Updated Branches:
  refs/heads/master 822d2a5fd -> ae2dd0881


Fix warning in MainViewController.m (spurious semi-colon)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/ae2dd088
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/ae2dd088
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/ae2dd088

Branch: refs/heads/master
Commit: ae2dd08815292d2a9d853123cbcd42b4d21bf191
Parents: 822d2a5
Author: Andrew Grieve <[email protected]>
Authored: Mon Jul 21 21:32:59 2014 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Mon Jul 21 21:32:59 2014 -0400

----------------------------------------------------------------------
 .../project/__PROJECT_NAME__/Classes/MainViewController.m          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ae2dd088/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m
----------------------------------------------------------------------
diff --git 
a/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m 
b/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m
index c185916..4a41014 100644
--- a/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m
+++ b/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m
@@ -144,7 +144,7 @@
     return [super getCommandInstance:className];
 }
 
-- (NSString*)pathForResource:(NSString*)resourcepath;
+- (NSString*)pathForResource:(NSString*)resourcepath
 {
     return [super pathForResource:resourcepath];
 }

Reply via email to