Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3754
Modified Files: multiplex.c Log Message: fixed line endings (dos2unix)
Index: multiplex.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/multiplex.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multiplex.c 22 Mar 2005 20:58:22 -0000 1.1 --- multiplex.c 17 May 2005 15:07:37 -0000 1.2 *************** *** 62,66 **** static void *mux_new(t_symbol *s, int argc, t_atom *argv) { ! int n = (argc < 2)?2:argc; t_mux *x = (t_mux *)pd_new(mux_class); // t_muxproxy *y=(t_muxproxy*)pd_new(muxproxy_class); --- 62,66 ---- static void *mux_new(t_symbol *s, int argc, t_atom *argv) { ! int n = (argc < 2)?2:argc; t_mux *x = (t_mux *)pd_new(mux_class); // t_muxproxy *y=(t_muxproxy*)pd_new(muxproxy_class);