From ecd529a089a97bc8a937e6c979e3ebf859d74ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 May 2005 15:07:37 +0000 Subject: fixed line endings (dos2unix) svn path=/trunk/externals/zexy/; revision=2994 --- src/multiplex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/multiplex.c b/src/multiplex.c index 571db96..72ae268 100644 --- a/src/multiplex.c +++ b/src/multiplex.c @@ -61,7 +61,7 @@ static void mux_anything(t_muxproxy *y, t_symbol *s, int argc, t_atom *argv) static void *mux_new(t_symbol *s, int argc, t_atom *argv) { - int n = (argc < 2)?2:argc; + int n = (argc < 2)?2:argc; t_mux *x = (t_mux *)pd_new(mux_class); // t_muxproxy *y=(t_muxproxy*)pd_new(muxproxy_class); x->x_proxy = (t_muxproxy**)getbytes(sizeof(t_muxproxy*)); -- cgit v1.2.1