aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
authorOri Avtalion2010-09-04 13:19:49 +0000
committerOri Avtalion2010-09-04 13:19:49 +0000
commitb876527014ffbd1dd47eb735a77cca9a241175b9 (patch)
tree1bfb9d88d8668f54f53d5bdc33822d63d9c4bd78 /sound/softsynth
parent37d28b2fe506a7ef93315c934d3813c71bc5f882 (diff)
downloadscummvm-rg350-b876527014ffbd1dd47eb735a77cca9a241175b9.tar.gz
scummvm-rg350-b876527014ffbd1dd47eb735a77cca9a241175b9.tar.bz2
scummvm-rg350-b876527014ffbd1dd47eb735a77cca9a241175b9.zip
SOUND: Remove semicolon
svn-id: r52522
Diffstat (limited to 'sound/softsynth')
-rw-r--r--sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h b/sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
index 17bb98482c..4a618338ed 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;