Authored by Olivier Poitrey

Merge pull request #106 from athasach/patch-1

Added missing newline at end of file to fix a compilation error
... ... @@ -77,4 +77,4 @@ NS_INLINE UIImage *SDScaledImageForPath(NSString *path, NSData *imageData)
}
return SDWIReturnAutoreleased(image);
}
\ No newline at end of file
}
... ...