]> git.saurik.com Git - cydia.git/commitdiff
You can't have a 'const' Objective-C type (and use nil instead of NULL while we are...
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 7 Oct 2010 03:46:03 +0000 (20:46 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 7 Oct 2010 03:48:39 +0000 (20:48 -0700)
Cydia.mm

index 55627d374effa3b71d1eed8ff68982c2edd7484d..912105cac2b6d9cf5509feebc15c38df7efe819e 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -1046,14 +1046,14 @@ static UIFont *Font18Bold_;
 static UIFont *Font22Bold_;
 
 static const char *Machine_ = NULL;
-static const NSString *System_ = NULL;
-static const NSString *SerialNumber_ = nil;
-static const NSString *ChipID_ = nil;
-static const NSString *Token_ = nil;
-static const NSString *UniqueID_ = nil;
-static const NSString *Build_ = nil;
-static const NSString *Product_ = nil;
-static const NSString *Safari_ = nil;
+static NSString *System_ = NULL;
+static NSString *SerialNumber_ = nil;
+static NSString *ChipID_ = nil;
+static NSString *Token_ = nil;
+static NSString *UniqueID_ = nil;
+static NSString *Build_ = nil;
+static NSString *Product_ = nil;
+static NSString *Safari_ = nil;
 
 static CFLocaleRef Locale_;
 static NSArray *Languages_;