diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-09-24 13:50:53 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-09-24 13:50:53 +0000 |
commit | c204bfe09a5b8ec9e0610d51de0213b35297d947 (patch) | |
tree | bc739cfd26c9283ba01593244a58c23e8890bd5f | |
parent | 7a0065e286029cc890e7225089b5127f3f769648 (diff) |
removed svn:external reference to Gem
svn path=/trunk/externals/zexy/; revision=16274
-rw-r--r-- | src/atof.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |