aboutsummaryrefslogtreecommitdiff
path: root/about.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 03:09:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 03:09:14 +0000
commitaf2c8a166c053ea29cf543e0a15054bdd0e39799 (patch)
tree12293cda2cb8d1b3f8986820b0bf15a3a0066354 /about.c
parent90dcfc18b533454d99f1d02ee7f191c63e5ed728 (diff)
made mjLib conform to the CVS build system and 0.37 help patch naming scheme
svn path=/trunk/externals/mjlib/; revision=1572
Diffstat (limited to 'about.c')
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
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"));
+
}