aboutsummaryrefslogtreecommitdiff
path: root/tripleRand.c
diff options
context:
space:
mode:
Diffstat (limited to 'tripleRand.c')
-rw-r--r--tripleRand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tripleRand.c b/tripleRand.c
index db01aa3..bb8ebb0 100644
--- a/tripleRand.c
+++ b/tripleRand.c
@@ -103,7 +103,7 @@ void tripleRand_setup(void)
class_addmethod(tripleRand_class, (t_method)setTripleRandVals,
gensym("newVals"), A_GIMME, A_NULL);
- #if PD_MINOR_VERSION < 37
+#if PD_MINOR_VERSION < 37
class_sethelpsymbol(tripleRand_class, gensym("tripleRand-help.pd"));
#endif
}