From f6d7d60b984668f31848bac62bd75ed72167f89c Mon Sep 17 00:00:00 2001 From: BB9z Date: Tue, 22 Jul 2014 16:58:08 +0800 Subject: [PATCH] Missing mark. --- SDWebImage/UIImage+MultiFormat.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/UIImage+MultiFormat.m b/SDWebImage/UIImage+MultiFormat.m index eb6bbb96..5395280d 100644 --- a/SDWebImage/UIImage+MultiFormat.m +++ b/SDWebImage/UIImage+MultiFormat.m @@ -66,7 +66,7 @@ return result; } -#pragma EXIF orientation tag converter +#pragma mark EXIF orientation tag converter // Convert an EXIF image orientation to an iOS one. // reference see here: http://sylvana.net/jpegcrop/exif_orientation.html + (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation {