Skip to content

Commit

Permalink
Merge pull request SDWebImage#1196 from unlucio/webp-case
Browse files Browse the repository at this point in the history
Fixing casing for #import "webp/decode.h"
  • Loading branch information
bpoplauschi committed Jun 25, 2015
2 parents 7e160e3 + 48d4adc commit 511ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/UIImage+WebP.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#ifdef SD_WEBP
#import "UIImage+WebP.h"
#import "webp/decode.h"
#import "WebP/decode.h"

// Callback for CGDataProviderRelease
static void FreeImageData(void *info, const void *data, size_t size)
Expand Down

0 comments on commit 511ce99

Please sign in to comment.