aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-05-17 21:24:00 +0200
committerWillem Jan Palenstijn2011-05-17 21:24:00 +0200
commitd2d002bcc2b830176d29459df7045d4ceb00a7bd (patch)
tree0641c34c94993b043ae5b6b7b5f6274ee16b0609 /audio/softsynth/fmtowns_pc98
parent72acac58b6f8fffc52d4e4a0b26638a9acbf3ffe (diff)
downloadscummvm-rg350-d2d002bcc2b830176d29459df7045d4ceb00a7bd.tar.gz
scummvm-rg350-d2d002bcc2b830176d29459df7045d4ceb00a7bd.tar.bz2
scummvm-rg350-d2d002bcc2b830176d29459df7045d4ceb00a7bd.zip
AUDIO: Fix warning
Diffstat (limited to 'audio/softsynth/fmtowns_pc98')
-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 dd9bf61e48..719bc981ee 100644
--- a/audio/softsynth/fmtowns_pc98/towns_audio.cpp
+++ b/audio/softsynth/fmtowns_pc98/towns_audio.cpp
@@ -1873,4 +1873,4 @@ void TownsAudioInterface::setSoundEffectVolume(int volume) {
void TownsAudioInterface::setSoundEffectChanMask(int mask) {
_intf->setSoundEffectChanMask(mask);
-} \ No newline at end of file
+}