SDL: Mac compile warning fix [Wilbert Pol]

This commit is contained in:
R. Belmont 2010-11-16 03:16:12 +00:00
parent b2c5f44b25
commit b7fe2d497c

View File

@ -640,7 +640,7 @@ void sdl_osd_interface::init(running_machine &machine)
osd_font sdl_osd_interface::font_open(const char *_name, int &height)
{
CFStringRef font_name = NULL;
CTFontRef ct_font;
CTFontRef ct_font = NULL;
CTFontDescriptorRef font_descriptor;
CGAffineTransform affine_transform = CGAffineTransformIdentity;