changeset 233:e3c1aa3ba88e

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Oct 2012 09:01:16 +0300
parents 79dac918c81e
children a2abd0b991b6
files jmixtmpl_c.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/jmixtmpl_c.h	Mon Oct 08 09:01:05 2012 +0300
+++ b/jmixtmpl_c.h	Mon Oct 08 09:01:16 2012 +0300
@@ -4,10 +4,10 @@
  * (C) Copyright 2006-2007 Tecnic Software productions (TNSP)
  */
 
+int JMIXER_NAME (JSSMixer *mixer, JSSChannel *chn, JMIXER_ADDBUF_TYPE *addBuffer, const int mixLength, const Sint32 endPos)
 #ifdef JMIXER_HEADER
-int JMIXER_NAME (JSSMixer *, JSSChannel *, JMIXER_ADDBUF_TYPE *, const int, const Sint32);
+;
 #else
-int JMIXER_NAME (JSSMixer *mixer, JSSChannel *chn, JMIXER_ADDBUF_TYPE *addBuffer, const int mixLength, const Sint32 endPos)
 {
     const DMFixedPoint tmpDelta = chn->chDeltaO, tmpDeltaV = chn->chDeltaV;
     DMFixedPoint tmpPos = chn->chPos, tmpVolume = chn->chVolume;