From e22a1bf81dbd65b792c2781fa866b418758e6ef6 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Thu, 17 Jun 2010 00:33:29 +0000 Subject: More OS X PPC compile fixes (no whatsnew) --- src/emu/emuopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c index d68c1d25215..9e4f47d7453 100644 --- a/src/emu/emuopts.c +++ b/src/emu/emuopts.c @@ -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); -- cgit v1.2.3