aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/breakpoints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/breakpoints.c b/src/breakpoints.c
index 1d37149..ac4674d 100644
--- a/src/breakpoints.c
+++ b/src/breakpoints.c
@@ -283,7 +283,7 @@ static void bindsym(t_pd* x,t_symbol* o,t_symbol* s)
static void *breakpoints_new(t_symbol *s,int argc,t_atom* argv)
{
- post("BITHCE");
+
t_breakpoints *x = (t_breakpoints *)pd_new(breakpoints_class);