summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-06-17 01:02:47 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-06-17 01:02:47 +0000
commitd4775b8e562be8fcc86d6737d72ec8a1ff622440 (patch)
tree2386e54693bfae02450beff16cbaaca2470aa690 /src/emu
parent0a40872ddcdedea4bb8c6b201c190448414067f8 (diff)
The last OS X PPC compile fix (really) (no whatsnew)
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/sound/cdda.c2
1 files changed, 1 insertions, 1 deletions
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)