diff options
Diffstat (limited to 'src/mtx_dispersive_dline.c')
-rw-r--r-- | src/mtx_dispersive_dline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_dispersive_dline.c b/src/mtx_dispersive_dline.c index a016336..649ceab 100644 --- a/src/mtx_dispersive_dline.c +++ b/src/mtx_dispersive_dline.c @@ -141,7 +141,7 @@ static void mtx_dispersive_dline_resize(t_mtx_dispersive_dline *x, t_symbol *s, } } -static allpass_chain_cycle (t_float x, t_float *y, t_float *z, int n, t_float a) { +static void allpass_chain_cycle (t_float x, t_float *y, t_float *z, int n, t_float a) { t_float w, in; int c; in = y[0] = x; |