diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 21:07:56 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 21:07:56 -0700 |
commit | f4b1c57fed1d8620d0bb9caeee9f55ececcad4d1 (patch) | |
tree | fc8591391cb5d99ba8a7b6f2535f219c438ba139 /Cydia.mm | |
parent | 56127854c2a3ffb19e6e918c73df473b0847481d (diff) |
I failed at git --amend: this is the NULL->nil fix.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1046,7 +1046,7 @@ static UIFont *Font18Bold_; static UIFont *Font22Bold_; static const char *Machine_ = NULL; -static NSString *System_ = NULL; +static NSString *System_ = nil; static NSString *SerialNumber_ = nil; static NSString *ChipID_ = nil; static NSString *Token_ = nil; |