fix directive

apologies. yeah, #elseif was quite inappropriate for this case
This commit is contained in:
Marco Meschini 2015-06-24 09:58:19 +01:00
parent 26698f9da0
commit e622b290c9
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
_URLCallbacks = [NSMutableDictionary new];
#ifdef SD_WEBP
_HTTPHeaders = [@{@"Accept": @"image/webp,image/*;q=0.8"} mutableCopy];
#elseif
#else
_HTTPHeaders = [@{@"Accept": @"image/*;q=0.8"} mutableCopy];
#endif
_barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT);