Fixed broken build.

This is due to errant closing curly brace (from pull-request 
callback/callback-ios#14)


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

Branch: refs/heads/master
Commit: a17eee6a80208550aa7f3578b07e061b89cc8169
Parents: 81bdce8
Author: shazron <shaz...@gmail.com>
Authored: Thu Nov 24 11:31:49 2011 -0800
Committer: shazron <shaz...@gmail.com>
Committed: Thu Nov 24 11:31:49 2011 -0800

----------------------------------------------------------------------
 PhoneGapLib/Classes/Location.m |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/a17eee6a/PhoneGapLib/Classes/Location.m
----------------------------------------------------------------------
diff --git a/PhoneGapLib/Classes/Location.m b/PhoneGapLib/Classes/Location.m
index e88dadd..a393fbd 100755
--- a/PhoneGapLib/Classes/Location.m
+++ b/PhoneGapLib/Classes/Location.m
@@ -176,9 +176,6 @@
         return;
     }
        
-    // Tell the location manager to start notifying us of location updates
-       }
-    
     // Tell the location manager to start notifying us of location updates. We
     // first stop, and then start the updating to ensure we get at least one
     // update, even if our location did not change.

Reply via email to