aboutsummaryrefslogtreecommitdiff
path: root/randomF.c
diff options
context:
space:
mode:
Diffstat (limited to 'randomF.c')
-rw-r--r--randomF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randomF.c b/randomF.c
index 20e7683..cce03e6 100644
--- a/randomF.c
+++ b/randomF.c
@@ -57,7 +57,7 @@ void randomF_setup(void)
class_addbang(randomF_class, (t_method)randomF_bang);
- #if PD_MINOR_VERSION < 37
+#if PD_MINOR_VERSION < 37
class_sethelpsymbol(randomF_class, gensym("randomF-help.pd"));
#endif
}