More OS X PPC compile fixes (no whatsnew)

This commit is contained in:
R. Belmont 2010-06-17 00:33:29 +00:00
parent ab1bc96eb4
commit e22a1bf81d

View File

@ -228,7 +228,7 @@ void image_add_device_options(core_options *opts, const game_driver *driver)
{
int index = 0;
machine_config *config;
const device_config_image_interface *image;
const device_config_image_interface *image = NULL;
/* create the configuration */
config = machine_config_alloc(driver->machine_config);