diff options
author | Willem Jan Palenstijn | 2011-05-17 21:24:00 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-05-17 21:24:00 +0200 |
commit | d2d002bcc2b830176d29459df7045d4ceb00a7bd (patch) | |
tree | 0641c34c94993b043ae5b6b7b5f6274ee16b0609 | |
parent | 72acac58b6f8fffc52d4e4a0b26638a9acbf3ffe (diff) | |
download | scummvm-rg350-d2d002bcc2b830176d29459df7045d4ceb00a7bd.tar.gz scummvm-rg350-d2d002bcc2b830176d29459df7045d4ceb00a7bd.tar.bz2 scummvm-rg350-d2d002bcc2b830176d29459df7045d4ceb00a7bd.zip |
AUDIO: Fix warning
-rw-r--r-- | audio/softsynth/fmtowns_pc98/towns_audio.cpp | 2 |
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 +} |