aboutsummaryrefslogtreecommitdiff
path: root/gui/fatom.h
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-21 15:50:49 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-21 15:50:49 +0000
commit9062f6571522ababba146e483a4b48b71162c484 (patch)
treeba1f4492e3e005847cb604c39242f93b0cd61637 /gui/fatom.h
parente3724c46f80ef1bc7df6305baeed02b7b1837323 (diff)
fixed pd0.37 build
svn path=/trunk/externals/ggee/; revision=789
Diffstat (limited to 'gui/fatom.h')
-rw-r--r--gui/fatom.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/fatom.h b/gui/fatom.h
index 43874a7..5aed2dc 100644
--- a/gui/fatom.h
+++ b/gui/fatom.h
@@ -389,9 +389,7 @@ static void *fatom_new(t_fatom* x,t_floatarg max, t_floatarg min, t_floatarg h)
/* pipe startup code to slitk */
- sys_vgui("proc fatom_cb%x {val} {\n
- pd [concat fatom%x f $val \\;]\n
- }\n",x,x);
+ sys_vgui("proc fatom_cb%x {val} {\n pd [concat fatom%x f $val \\;]\n }\n",x,x);
outlet_new(&x->x_obj, &s_float);
return (x);