summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:34:44 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:34:44 +0000
commit316f61d195b1884d72f63a842a63e47419755060 (patch)
tree1214c82a449ae9a403913d36f61e31c4bf42ca3e /src
parente22a1bf81dbd65b792c2781fa866b418758e6ef6 (diff)
Even more OS X PPC compile fixes (no whatsnew)
Diffstat (limited to 'src')
-rw-r--r--src/emu/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.c b/src/emu/info.c
index eaec1591e2b..4242378b9bc 100644
--- a/src/emu/info.c
+++ b/src/emu/info.c
@@ -874,7 +874,7 @@ static void print_game_categories(FILE *out, const game_driver *game, const iopo
static void print_game_images(FILE *out, const game_driver *game, const machine_config *config)
{
- const device_config_image_interface *dev;
+ const device_config_image_interface *dev = NULL;
const char *name;
const char *shortname;