aboutsummaryrefslogtreecommitdiff
path: root/src/NLMS~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/NLMS~.c')
-rw-r--r--src/NLMS~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NLMS~.c b/src/NLMS~.c
index b065afa..ade883e 100644
--- a/src/NLMS~.c
+++ b/src/NLMS~.c
@@ -49,7 +49,7 @@ t_class *NLMS_tilde_class;
static t_float *NLMS_tilde_check_array(t_symbol *array_sym_name, t_int length)
{
- t_int n_points;
+ int n_points;
t_garray *a;
t_float *vec;