[xiph-cvs] r6765 - trunk/speex/libspeex

jm at xiph.org jm at xiph.org
Wed May 26 08:26:20 PDT 2004



Author: jm
Date: 2004-05-26 11:26:19 -0400 (Wed, 26 May 2004)
New Revision: 6765

Modified:
   trunk/speex/libspeex/preprocess.c
Log:
oops... that wasn't ansi C

<p>Modified: trunk/speex/libspeex/preprocess.c
===================================================================
--- trunk/speex/libspeex/preprocess.c	2004-05-26 10:50:06 UTC (rev 6764)
+++ trunk/speex/libspeex/preprocess.c	2004-05-26 15:26:19 UTC (rev 6765)
@@ -969,9 +969,9 @@
 
 int speex_preprocess_ctl(SpeexPreprocessState *state, int request, void *ptr)
 {
+   int i;
    SpeexPreprocessState *st;
    st=(SpeexPreprocessState*)state;
-   int i;
    switch(request)
    {
    case SPEEX_PREPROCESS_SET_DENOISE:

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list