aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorD G Turner2011-05-31 12:06:14 +0100
committerD G Turner2011-05-31 12:06:14 +0100
commitbea6858953dbcde1c6dc88345631f14d9b550ef8 (patch)
tree20257277299bcd152ae3dc26d16457bfb4ee4d23 /audio
parentc30904b48a1320ccc73fabea616a60ac314bc9f6 (diff)
downloadscummvm-rg350-bea6858953dbcde1c6dc88345631f14d9b550ef8.tar.gz
scummvm-rg350-bea6858953dbcde1c6dc88345631f14d9b550ef8.tar.bz2
scummvm-rg350-bea6858953dbcde1c6dc88345631f14d9b550ef8.zip
AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth.
Diffstat (limited to 'audio')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_audio.cpp b/audio/softsynth/fmtowns_pc98/towns_audio.cpp
index efc9f9fb62..786e3ee1d2 100644
--- a/audio/softsynth/fmtowns_pc98/towns_audio.cpp
+++ b/audio/softsynth/fmtowns_pc98/towns_audio.cpp
@@ -1905,4 +1905,4 @@ void TownsAudioInterface::setSoundEffectVolume(int volume) {
void TownsAudioInterface::setSoundEffectChanMask(int mask) {
_intf->setSoundEffectChanMask(mask);
-} \ No newline at end of file
+}