shithub: sox

Download patch

ref: c09ddfe6d31b84a682a993bfad23c50fe7c41faf
parent: 618889f7b0d3d596db548fb66677fab8fddc437e
author: rrt <rrt>
date: Fri Jan 5 20:08:42 EST 2007

Remove spurious return

--- a/src/btrworth.c
+++ b/src/btrworth.c
@@ -71,7 +71,6 @@
       , butterworth->b[0]
       , butterworth->b[1]
       );
-    return ST_EOF;
   }
 }