diff options
Diffstat (limited to 'alternate.c')
-rw-r--r-- | alternate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alternate.c b/alternate.c index 0042c74..694d903 100644 --- a/alternate.c +++ b/alternate.c @@ -73,7 +73,7 @@ void alternate_setup(void) class_addmethod(alternate_class, (t_method)alternate_list, gensym("list"), A_GIMME, A_NULL); - #if PD_MINOR_VERSION < 37 +#if PD_MINOR_VERSION < 37 class_sethelpsymbol(alternate_class, gensym("alternate-help.pd")); #endif } |