aboutsummaryrefslogtreecommitdiff
path: root/strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'strcat.c')
-rw-r--r--strcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strcat.c b/strcat.c
index 9e227ce..0ee7262 100644
--- a/strcat.c
+++ b/strcat.c
@@ -59,7 +59,7 @@ void strcat_setup(void)
class_addfloat(strcat_class, (t_method)strcat_float);
class_addbang(strcat_class, (t_method)strcat_bang);
- #if PD_MINOR_VERSION < 37
+#if PD_MINOR_VERSION < 37
class_sethelpsymbol(strcat_class, gensym("strcat-help.pd"));
#endif
}