From d4775b8e562be8fcc86d6737d72ec8a1ff622440 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Thu, 17 Jun 2010 01:02:47 +0000 Subject: The last OS X PPC compile fix (really) (no whatsnew) --- src/emu/sound/cdda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/sound/cdda.c b/src/emu/sound/cdda.c index 0a1863cdc82..0f1b9317131 100644 --- a/src/emu/sound/cdda.c +++ b/src/emu/sound/cdda.c @@ -91,7 +91,7 @@ void cdda_set_cdrom(running_device *device, void *file) running_device *cdda_from_cdrom(running_machine *machine, void *file) { - device_sound_interface *sound; + device_sound_interface *sound = NULL; for (bool gotone = machine->devicelist.first(sound); gotone; gotone = sound->next(sound)) if (sound->device().type() == SOUND_CDDA) -- cgit v1.2.3