Added missing newline at end of file to fix a compilation error where warnings are stricter [-Werror,-pedantic,-Wnewline-eof].

This commit is contained in:
Kent Wong 2012-04-25 22:46:47 -03:00
parent 973591d433
commit 16cae985fc
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);
}
}