aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-11-02 13:05:08 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-11-02 13:05:08 +0000
commit10bc52c367f7655301b7e422cf4cf0defa152c2c (patch)
tree67b488e3bb33d81e362286ffb60d89e74b51aec8
parentdb352fb0c34f487c6e2a7fcf42f1f2a95d4eb79f (diff)
Removed a trailing comment
svn path=/trunk/externals/tof/; revision=12716
-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);