diff options
author | 2010-06-17 00:41:05 +0000 | |
---|---|---|
committer | 2010-06-17 00:41:05 +0000 | |
commit | dcc557325a62063e8c528c96b2558160ae687ba2 (patch) | |
tree | b1e8e91cc6fe02b24030b00d4b947c2e18e9febb /src/emu/ui.c | |
parent | e85bd2ca71c1b26e4569c7928941509f375cfae1 (diff) |
devicelist.first hates me (no whatsnew)
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r-- | src/emu/ui.c | 2 |
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 */ |