Authored by Marco Meschini

fix directive

apologies. yeah, #elseif was quite inappropriate for this case
@@ -69,7 +69,7 @@ static NSString *const kCompletedCallbackKey = @"completed"; @@ -69,7 +69,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
69 _URLCallbacks = [NSMutableDictionary new]; 69 _URLCallbacks = [NSMutableDictionary new];
70 #ifdef SD_WEBP 70 #ifdef SD_WEBP
71 _HTTPHeaders = [@{@"Accept": @"image/webp,image/*;q=0.8"} mutableCopy]; 71 _HTTPHeaders = [@{@"Accept": @"image/webp,image/*;q=0.8"} mutableCopy];
72 -#elseif 72 +#else
73 _HTTPHeaders = [@{@"Accept": @"image/*;q=0.8"} mutableCopy]; 73 _HTTPHeaders = [@{@"Accept": @"image/*;q=0.8"} mutableCopy];
74 #endif 74 #endif
75 _barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT); 75 _barrierQueue = dispatch_queue_create("com.hackemist.SDWebImageDownloaderBarrierQueue", DISPATCH_QUEUE_CONCURRENT);