From 9feb6e05094eeeb2e13126bcc2258cd5aa1be0b1 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 10 Mar 2006 01:59:44 +0000 Subject: help to the end of names of help-patches svn path=/trunk/externals/iem/iem_ambi/; revision=4681 --- src/ambi_decode2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ambi_decode2.c') diff --git a/src/ambi_decode2.c b/src/ambi_decode2.c index 2e5caf9..bebb10b 100644 --- a/src/ambi_decode2.c +++ b/src/ambi_decode2.c @@ -820,5 +820,5 @@ void ambi_decode2_setup(void) class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_ambi_weight, gensym("ambi_weight"), A_GIMME, 0); class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_sing_range, gensym("sing_range"), A_DEFFLOAT, 0); class_addmethod(ambi_decode2_class, (t_method)ambi_decode2_pseudo_inverse, gensym("pseudo_inverse"), A_GIMME, 0); - class_sethelpsymbol(ambi_decode2_class, gensym("iemhelp2/help-ambi_decode2")); + class_sethelpsymbol(ambi_decode2_class, gensym("iemhelp2/ambi_decode2-help")); } -- cgit v1.2.1