Merge pull request #827 from BB9z/fix/pargma-mark

Missing mark.
This commit is contained in:
Bogdan Poplauschi 2014-07-22 12:17:09 +03:00
commit f96302b427
1 changed files with 1 additions and 1 deletions

View File

@ -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 {