[Scummvm-cvs-logs] scummvm master -> bea6858953dbcde1c6dc88345631f14d9b550ef8

digitall digitall at scummvm.org
Tue May 31 13:08:30 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bea6858953 AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth.


Commit: bea6858953dbcde1c6dc88345631f14d9b550ef8
    https://github.com/scummvm/scummvm/commit/bea6858953dbcde1c6dc88345631f14d9b550ef8
Author: D G Turner (digitall at scummvm.org)
Date: 2011-05-31T04:06:14-07:00

Commit Message:
AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth.

Changed paths:
    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 efc9f9f..786e3ee 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
+}






More information about the Scummvm-git-logs mailing list