changeset 229:301de8c0cd01

Remove an extra ';'.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Oct 2012 02:13:12 +0300
parents 4d979914e837
children 585e0a95be36
files jmixtmpl_c.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jmixtmpl_c.h	Mon Oct 08 01:45:26 2012 +0300
+++ b/jmixtmpl_c.h	Mon Oct 08 02:13:12 2012 +0300
@@ -15,7 +15,7 @@
         *ap = addBuffer,
         *tr = chn->chPrevR,
         *tl = chn->chPrevL;
-    int strideLength = 0, tmpVolumeD = chn->chVolumeD;;
+    int strideLength = 0, tmpVolumeD = chn->chVolumeD;
 
     JMIXER_SAMPLE_TYPE *sp = (JMIXER_SAMPLE_TYPE *) chn->chData;