aboutsummaryrefslogtreecommitdiff
path: root/gui/ticker.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ticker.c')
-rwxr-xr-xgui/ticker.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/ticker.c b/gui/ticker.c
index f3ed4e9..abb55b2 100755
--- a/gui/ticker.c
+++ b/gui/ticker.c
@@ -54,9 +54,7 @@ static void *ticker_new()
/* pipe startup code to slitk */
- sys_vgui("proc fatom_cb%x {val} {\n
- pd [concat ticker%x f $val \\;]\n
- }\n",x,x);
+ sys_vgui("proc fatom_cb%x {val} {\n pd [concat ticker%x f $val \\;]\n }\n",x,x);
outlet_new(&x->x_obj, &s_float);
return (x);