shithub: sox

Download patch

ref: 2e9dc5e8a100f2e3c940d8af703dfcd2b5c56470
parent: 1285ab107bfb9f1ad16886e2870dffb6db647291
author: rrt <rrt>
date: Fri Jan 5 20:45:26 EST 2007

Remove unused variable and fix comment typo.

--- a/src/sox.c
+++ b/src/sox.c
@@ -935,7 +935,7 @@
  */
 static void check_effects(void)
 {
-  int i, j;
+  int i;
   int needchan = 0, needrate = 0, haschan = 0, hasrate = 0;
   int effects_mask = 0;
   int status;
@@ -988,7 +988,7 @@
       neffects++;
   }
 
-  /* If reducing the number of samples, its faster to run all effects 
+  /* If reducing the number of samples, it's faster to run all effects 
    * after the resample effect. 
    */
   if (needrate && !(hasrate) &&