diff options
Diffstat (limited to 'src/emu/sound.c')
-rw-r--r-- | src/emu/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound.c b/src/emu/sound.c index f8e8b37ab2d..27ee5ead892 100644 --- a/src/emu/sound.c +++ b/src/emu/sound.c @@ -250,7 +250,7 @@ static void sound_exit(running_machine *machine) /* reset variables */ totalsnd = 0; - memset(&sound, 0, sizeof(sound)); + memset(sound, 0, sizeof(sound)); } |