aboutsummaryrefslogtreecommitdiff
path: root/oneshot.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-20 03:35:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-20 03:35:33 +0000
commit53003af7f1a9ecbf42b9b39fec7335e97127650b (patch)
treef8878cc39b38d03dfa2ec66abe756865e205f9ec /oneshot.c
parentce7d39114263b8ea38d414fc1dbdbdaa8ce6cc28 (diff)
cleaned up #if; added multiselect help patch
svn path=/trunk/externals/markex/; revision=1113
Diffstat (limited to 'oneshot.c')
-rw-r--r--oneshot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/oneshot.c b/oneshot.c
index f1718b2..33aa9d4 100644
--- a/oneshot.c
+++ b/oneshot.c
@@ -1,4 +1,4 @@
-/*
+`/*
* Copyright (c) 1997-1999 Mark Danks.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
@@ -56,7 +56,7 @@ void oneshot_setup(void)
class_addfloat(oneshot_class, (t_method)oneshot_float);
class_addbang(oneshot_class, (t_method)oneshot_bang);
class_addmethod(oneshot_class, (t_method)oneshot_clear, gensym("clear"), A_NULL);
- #if PD_MINOR_VERSION < 37
+#if PD_MINOR_VERSION < 37
class_sethelpsymbol(oneshot_class, gensym("oneshot-help.pd"));
#endif
}