aboutsummaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match.c b/src/match.c
index 623ca87..48eca45 100644
--- a/src/match.c
+++ b/src/match.c
@@ -267,8 +267,8 @@ void maxlib_match_setup(void)
class_addmethod(match_class, (t_method)match_set, gensym("set"), A_GIMME, 0);
class_addmethod(match_class, (t_method)match_clear, gensym("clear"), 0);
#ifndef MAXLIB
- class_sethelpsymbol(match_class, gensym("help-match.pd"));
+
#else
- class_sethelpsymbol(match_class, gensym("maxlib/help-match.pd"));
+ class_sethelpsymbol(match_class, gensym("maxlib/match-help.pd"));
#endif
}