From 9062f6571522ababba146e483a4b48b71162c484 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 21 Jul 2003 15:50:49 +0000 Subject: fixed pd0.37 build svn path=/trunk/externals/ggee/; revision=789 --- gui/fatom.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gui/fatom.h') 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); -- cgit v1.2.1