shithub: sox

Download patch

ref: ccfa7d0103c15d0de8248e4ed2863a93fb4dea98
parent: b99314b36f8a144714439ea061f0d0b5f7065b5a
author: rrt <rrt>
date: Fri Dec 8 14:06:32 EST 2006

Fix 'const const' typo

--- a/src/st.h
+++ b/src/st.h
@@ -346,7 +346,7 @@
 
     int (*getopts)(eff_t effp, int argc, char **argv);
     int (*start)(eff_t effp);
-    int (*flow)(eff_t effp, const const st_sample_t *ibuf, st_sample_t *obuf,
+    int (*flow)(eff_t effp, const st_sample_t *ibuf, st_sample_t *obuf,
                 st_size_t *isamp, st_size_t *osamp);
     int (*drain)(eff_t effp, st_sample_t *obuf, st_size_t *osamp);
     int (*stop)(eff_t effp);