From b876527014ffbd1dd47eb735a77cca9a241175b9 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Sat, 4 Sep 2010 13:19:49 +0000 Subject: [PATCH] SOUND: Remove semicolon svn-id: r52522 --- sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h b/sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h index 17bb98482ce..4a618338ede 100644 --- a/sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h +++ b/sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h @@ -142,7 +142,7 @@ private: bool _regProtectionFlag; typedef void (TownsPC98_FmSynth::*ChipTimerProc)(); - void idleTimerCallback() {}; + void idleTimerCallback() {} struct ChipTimer { bool enabled;