aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/atof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atof.c b/src/atof.c
index e978e0f..ab7fcbf 100644
--- a/src/atof.c
+++ b/src/atof.c
@@ -66,7 +66,7 @@ static void atof_list(t_atof *x, t_symbol *s, int argc, t_atom *argv)
}
atof_symbol(x, atom_getsymbol(argv));
}
-static void *atof_free(t_atof*x) {
+static void atof_free(t_atof*x) {
outlet_free(x->x_reject);
x->x_reject=NULL;
}