summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/flower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/flower.c')
-rw-r--r--src/mame/audio/flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/flower.c b/src/mame/audio/flower.c
index 037172a0e5e..b8959469385 100644
--- a/src/mame/audio/flower.c
+++ b/src/mame/audio/flower.c
@@ -140,7 +140,7 @@ void flower_sound_device::device_timer(emu_timer &timer, device_timer_id id, int
for (voice = m_channel_list; voice < m_last_channel; voice++)
voice->ecount += (voice->ecount < (1<<22));
break;
-
+
default:
assert_always(FALSE, "Unknown id in flower_sound_device::device_timer");
}