shithub: opus

Download patch

ref: 84a99ebb92f15d1524fc818149c53f4b67c32eb1
parent: 43da5898a011c877a9b64f54f220102e431e00c3
author: Jean-Marc Valin <[email protected]>
date: Sun Aug 28 20:07:16 EDT 2011

Apparently C89 doens't like unnecessary semicolons

--- a/silk/silk_SigProc_FIX.h
+++ b/silk/silk_SigProc_FIX.h
@@ -212,7 +212,7 @@
     opus_int16           *rc_Q15,        /* O:    reflection coefficients [order] Q15       */
     const opus_int32     *c,             /* I:    correlations [order+1]                    */
     const opus_int32     order           /* I:    prediction order                          */
-);;
+);
 
 /* Calculates the reflection coefficients from the correlation sequence    */
 /* Slower than schur(), but more accurate.                                 */