fix directive
apologies. yeah, #elseif was quite inappropriate for this case
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment