From af2c8a166c053ea29cf543e0a15054bdd0e39799 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Apr 2004 03:09:14 +0000 Subject: made mjLib conform to the CVS build system and 0.37 help patch naming scheme svn path=/trunk/externals/mjlib/; revision=1572 --- about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'about.c') diff --git a/about.c b/about.c index 7b07543..fde23fa 100644 --- a/about.c +++ b/about.c @@ -73,6 +73,6 @@ static void about_set_err( t_about *x, t_float f ) (t_method)about_free, sizeof(t_about), 0, A_DEFFLOAT , 0); class_addfloat( about_class, about_float ); class_addmethod(about_class, (t_method)about_set_err, gensym("error" ), A_FLOAT, 0); - class_sethelpsymbol(about_class, gensym("mjLib/about")); + } -- cgit v1.2.1