diff options
author | Ori Avtalion | 2010-09-04 13:19:49 +0000 |
---|---|---|
committer | Ori Avtalion | 2010-09-04 13:19:49 +0000 |
commit | b876527014ffbd1dd47eb735a77cca9a241175b9 (patch) | |
tree | 1bfb9d88d8668f54f53d5bdc33822d63d9c4bd78 /sound | |
parent | 37d28b2fe506a7ef93315c934d3813c71bc5f882 (diff) | |
download | scummvm-rg350-b876527014ffbd1dd47eb735a77cca9a241175b9.tar.gz scummvm-rg350-b876527014ffbd1dd47eb735a77cca9a241175b9.tar.bz2 scummvm-rg350-b876527014ffbd1dd47eb735a77cca9a241175b9.zip |
SOUND: Remove semicolon
svn-id: r52522
Diffstat (limited to 'sound')
-rw-r--r-- | sound/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h | 2 |
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; |