aboutsummaryrefslogtreecommitdiff
path: root/src/weibull.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/weibull.c')
-rw-r--r--src/weibull.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/weibull.c b/src/weibull.c
index 1dbf4aa..a6e8564 100644
--- a/src/weibull.c
+++ b/src/weibull.c
@@ -87,9 +87,9 @@ void maxlib_weibull_setup(void)
#endif
class_addbang(rand_weibull_class, rand_weibull_bang);
#ifndef MAXLIB
- class_sethelpsymbol(rand_weibull_class, gensym("help-weibull.pd"));
+ class_sethelpsymbol(rand_weibull_class, gensym("weibull-help.pd"));
post(version);
#else
- class_sethelpsymbol(rand_weibull_class, gensym("maxlib/help-weibull.pd"));
+ class_sethelpsymbol(rand_weibull_class, gensym("maxlib/weibull-help.pd"));
#endif
}