Fix lazy copy/pasted typo

This commit is contained in:
Olivier Poitrey 2012-11-07 17:15:11 +01:00
parent 2eee009392
commit 3109110dc0
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
#import <TargetConditionals.h>
#ifdef __OBJC_GC__
#error Dailymotion SDK does not support Objective-C Garbage Collection
#error SDWebImage does not support Objective-C Garbage Collection
#endif
#if !__has_feature(objc_arc)
#error Dailymotion SDK is ARC only. Either turn on ARC for the project or use -fobjc-arc flag
#error SDWebImage is ARC only. Either turn on ARC for the project or use -fobjc-arc flag
#endif
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0