From f4b1c57fed1d8620d0bb9caeee9f55ececcad4d1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 6 Oct 2010 21:07:56 -0700 Subject: I failed at git --amend: this is the NULL->nil fix. --- Cydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cydia.mm') diff --git a/Cydia.mm b/Cydia.mm index 912105c..6c029d1 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -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; -- cgit v1.2.3