summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:31:08 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:31:08 +0000
commitab488525f378d8f00ea146ac95055a88af222035 (patch)
tree5794e8b79626dee9956aafe1ce7009e10c3a7d4d
parent6e7f2af055e7aa01032919e3f5208bdde96f8407 (diff)
More OS X PPC fixes (no whatsnew)
-rw-r--r--src/emu/clifront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 53a09fb44ea..b6d08fcc021 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -788,7 +788,7 @@ static int info_listmedia(core_options *options, const char *gamename)
int count = 0, devcount;
int drvindex;
machine_config *config;
- const device_config_image_interface *dev;
+ const device_config_image_interface *dev = NULL;
const char *src;
const char *driver_name;
const char *name;