From bea6858953dbcde1c6dc88345631f14d9b550ef8 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 31 May 2011 12:06:14 +0100 Subject: AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth. --- audio/softsynth/fmtowns_pc98/towns_audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/softsynth/fmtowns_pc98/towns_audio.cpp') 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 +} -- cgit v1.2.3