aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/multiplex.c2
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*));