Skip to content

Commit

Permalink
Merge pull request #110 from JiaqiSun/0.14.5_fix
Browse files Browse the repository at this point in the history
FIX: _limitBytes type error
  • Loading branch information
dreampiggy authored Apr 9, 2024
2 parents 1e36f38 + cbc0ba9 commit fed1583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImageWebPCoder/Classes/SDImageWebPCoder.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ @implementation SDImageWebPCoder {
NSUInteger _currentBlendIndex;
BOOL _preserveAspectRatio;
CGSize _thumbnailSize;
BOOL _limitBytes;
NSUInteger _limitBytes;
}

- (void)dealloc {
Expand Down

0 comments on commit fed1583

Please sign in to comment.