aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/Decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/hammer/Decode.c')
-rw-r--r--cyclone/hammer/Decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/Decode.c b/cyclone/hammer/Decode.c
index 0342594..0d62237 100644
--- a/cyclone/hammer/Decode.c
+++ b/cyclone/hammer/Decode.c
@@ -108,5 +108,5 @@ void Decode_setup(void)
gensym("ft1"), A_FLOAT, 0);
class_addmethod(Decode_class, (t_method)Decode_alloff,
gensym("ft2"), A_FLOAT, 0);
- fitter_setup(Decode_class, 0, 0);
+ fitter_setup(Decode_class, 0);
}