aboutsummaryrefslogtreecommitdiff
path: root/scratcher~.c
diff options
context:
space:
mode:
Diffstat (limited to 'scratcher~.c')
-rw-r--r--scratcher~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratcher~.c b/scratcher~.c
index 94de48c..b34e1b4 100644
--- a/scratcher~.c
+++ b/scratcher~.c
@@ -779,7 +779,7 @@ static void *scratcher_new(t_symbol *s, int argc, t_atom *argv)
void scratcher_tilde_setup(void)
{
- post(scratcher_version);
+ verbose(0, scratcher_version);
scratcher_class = class_new(gensym("scratcher~"), (t_newmethod)scratcher_new, (t_method)scratcher_free,
sizeof(t_scratcher), 0, A_GIMME, 0);