Merge pull request #106 from athasach/patch-1

Added missing newline at end of file to fix a compilation error
This commit is contained in:
Olivier Poitrey 2012-04-26 02:41:29 -07:00
commit ffc247f479
1 changed files with 1 additions and 1 deletions

View File

@ -77,4 +77,4 @@ NS_INLINE UIImage *SDScaledImageForPath(NSString *path, NSData *imageData)
}
return SDWIReturnAutoreleased(image);
}
}