aboutsummaryrefslogtreecommitdiff
path: root/prob.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 /prob.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 'prob.c')
-rw-r--r--prob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prob.c b/prob.c
index b94719d..1f91f8c 100644
--- a/prob.c
+++ b/prob.c
@@ -138,6 +138,6 @@ static void prob_set_time( t_prob *x, t_float f )
class_addmethod(prob_class, (t_method)prob_bang, gensym("start"), 0);
class_addmethod(prob_class, (t_method)prob_set_probability, gensym("probability" ), A_FLOAT, 0);
class_addmethod(prob_class, (t_method)prob_set_time, gensym("time" ), A_FLOAT, 0);
- class_sethelpsymbol(prob_class, gensym("mjLib/prob"));
+
}