Skip to content

Commit

Permalink
fix directive
Browse files Browse the repository at this point in the history
apologies. yeah, #elseif was quite inappropriate for this case
  • Loading branch information
marciomeschini committed Jun 24, 2015
1 parent 26698f9 commit e622b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/SDWebImageDownloader.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (id)init {
_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);
Expand Down

0 comments on commit e622b29

Please sign in to comment.