From ae373baa246e69a52e6e8249e6e8c7897ba1e1fe Mon Sep 17 00:00:00 2001 From: 0kmg <9137159+0kmg@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:59:38 -0900 Subject: devices/*: Removed extra semicolons after function bodies in headers. (#9275) --- src/devices/sound/es5506.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/es5506.h') diff --git a/src/devices/sound/es5506.h b/src/devices/sound/es5506.h index 4e45617c8b7..73f5c0a3c8f 100644 --- a/src/devices/sound/es5506.h +++ b/src/devices/sound/es5506.h @@ -114,7 +114,7 @@ protected: void generate_ulaw(es550x_voice *voice, s32 *dest); void generate_pcm(es550x_voice *voice, s32 *dest); inline void generate_irq(es550x_voice *voice, int v); - virtual void generate_samples(std::vector &outputs) {}; + virtual void generate_samples(std::vector &outputs) {} inline void update_index(es550x_voice *voice) { m_voice_index = voice->index; } virtual inline u16 read_sample(es550x_voice *voice, offs_t addr) { return 0; } -- cgit v1.2.3-70-g09d2