From 10bc52c367f7655301b7e422cf4cf0defa152c2c Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Mon, 2 Nov 2009 13:05:08 +0000 Subject: Removed a trailing comment svn path=/trunk/externals/tof/; revision=12716 --- src/breakpoints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1