# HG changeset patch # User Matti Hamalainen # Date 1349676076 -10800 # Node ID e3c1aa3ba88e71ee87f8aa4f7bd2053749f51832 # Parent 79dac918c81e0b153679b1671ef2f0895d7ae164 Cosmetics. diff -r 79dac918c81e -r e3c1aa3ba88e jmixtmpl_c.h --- 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;