diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-17 15:07:37 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-17 15:07:37 +0000 |
commit | ecd529a089a97bc8a937e6c979e3ebf859d74ee1 (patch) | |
tree | cf34b0aac18c1beca83cb614864c96d27305b70a /src | |
parent | 449602d8e113b392e0904a23ef068e97a3ab502e (diff) |
fixed line endings (dos2unix)
svn path=/trunk/externals/zexy/; revision=2994
Diffstat (limited to 'src')
-rw-r--r-- | src/multiplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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*)); |