shithub: sox

Download patch

ref: 351ae120da969ca41fdea986213e3d03bdbccf66
parent: cd6dc8f00eea262044ec515c241b0b7b143cd213
author: rrt <rrt>
date: Sat Nov 25 18:14:51 EST 2006

Cosmetic fix.

--- a/src/polyphas.c
+++ b/src/polyphas.c
@@ -268,12 +268,12 @@
       if (c_min>cost) {
         c_min = cost;
         u_min = u;
-#       if 0
+#if 0
         st_debug("c_min %d, [%d-%d]:",c_min,numer,denom);
         for (j=0; j<u; j++)
           st_debug(" (%d,%d)",m1[j],m2[j]);
         st_debug("");
-#       endif
+#endif
        memcpy(b1,m1,u*sizeof(int));
        memcpy(b2,m2,u*sizeof(int));
       }