From 780b04367738c42f5b1704b495248894f132deb7 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 21 Jul 2010 18:59:23 +0000 Subject: Janitorial: Removed extra semi-colon. svn-id: r51096 --- sound/softsynth/opl/dbopl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/opl/dbopl.cpp') diff --git a/sound/softsynth/opl/dbopl.cpp b/sound/softsynth/opl/dbopl.cpp index db07eaf8cc..857ed78436 100644 --- a/sound/softsynth/opl/dbopl.cpp +++ b/sound/softsynth/opl/dbopl.cpp @@ -418,7 +418,7 @@ Bits Operator::TemplateVolume( ) { } //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 ); -- cgit v1.2.3