[Scummvm-cvs-logs] SF.net SVN: scummvm:[51096] scummvm/trunk/sound/softsynth/opl/dbopl.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Jul 21 20:59:23 CEST 2010


Revision: 51096
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51096&view=rev
Author:   eriktorbjorn
Date:     2010-07-21 18:59:23 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
Janitorial: Removed extra semi-colon.

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/opl/dbopl.cpp

Modified: scummvm/trunk/sound/softsynth/opl/dbopl.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/opl/dbopl.cpp	2010-07-21 18:24:07 UTC (rev 51095)
+++ scummvm/trunk/sound/softsynth/opl/dbopl.cpp	2010-07-21 18:59:23 UTC (rev 51096)
@@ -418,7 +418,7 @@
 		}
 		//In sustain phase, but not sustaining, do regular release
 	case RELEASE:
-		vol += RateForward( releaseAdd );;
+		vol += RateForward( releaseAdd );
 		if ( GCC_UNLIKELY(vol >= ENV_MAX) ) {
 			volume = ENV_MAX;
 			SetState( OFF );


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list