Merge pull request #827 from BB9z/fix/pargma-mark
Missing mark.
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ | @@ -66,7 +66,7 @@ | ||
66 | return result; | 66 | return result; |
67 | } | 67 | } |
68 | 68 | ||
69 | -#pragma EXIF orientation tag converter | 69 | +#pragma mark EXIF orientation tag converter |
70 | // Convert an EXIF image orientation to an iOS one. | 70 | // Convert an EXIF image orientation to an iOS one. |
71 | // reference see here: http://sylvana.net/jpegcrop/exif_orientation.html | 71 | // reference see here: http://sylvana.net/jpegcrop/exif_orientation.html |
72 | + (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation { | 72 | + (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation { |
-
Please register or login to post a comment