You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/07/22 07:27:20 UTC

[5/7] ios commit: Fix warning in MainViewController.m (spurious semi-colon)

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/wkwebview
Commit: ae2dd08815292d2a9d853123cbcd42b4d21bf191
Parents: 822d2a5
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jul 21 21:32:59 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
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];
 }