summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:41:05 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:41:05 +0000
commitdcc557325a62063e8c528c96b2558160ae687ba2 (patch)
treeb1e8e91cc6fe02b24030b00d4b947c2e18e9febb
parente85bd2ca71c1b26e4569c7928941509f375cfae1 (diff)
devicelist.first hates me (no whatsnew)
-rw-r--r--src/emu/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c
index 1703e1f1080..6641db57d27 100644
--- a/src/emu/ui.c
+++ b/src/emu/ui.c
@@ -1039,7 +1039,7 @@ astring &game_info_astring(running_machine *machine, astring &string)
}
/* loop over all sound chips */
- device_sound_interface *sound;
+ device_sound_interface *sound = NULL;
for (bool gotone = machine->devicelist.first(sound); gotone; gotone = sound->next(sound))
{
/* append the Sound: string */