From e02f87ffe95861929e7360a86fbdfbd51488e8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 21 Sep 2011 10:17:47 +0000 Subject: made it compile again svn path=/trunk/externals/zexy/; revision=15328 --- src/multiplex~.c | 2 +- src/unpack~.c | 2 +- src/urn.c | 2 +- src/wrap.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/multiplex~.c b/src/multiplex~.c index 1d879f2..3441cb7 100644 --- a/src/multiplex~.c +++ b/src/multiplex~.c @@ -19,7 +19,7 @@ #include "zexy.h" -static t_class *mux_class; +static t_class *mux_tilde_class; typedef struct _mux { t_object x_obj; diff --git a/src/unpack~.c b/src/unpack~.c index 5ad6af1..7745e2c 100644 --- a/src/unpack~.c +++ b/src/unpack~.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License along * with this program. If not, see . -/* + */ #include "zexy.h" diff --git a/src/urn.c b/src/urn.c index 2f72c44..c7447c4 100644 --- a/src/urn.c +++ b/src/urn.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License along * with this program. If not, see . -/* + */ #include "zexy.h" diff --git a/src/wrap.c b/src/wrap.c index e2f99a4..8ff948c 100644 --- a/src/wrap.c +++ b/src/wrap.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License along * with this program. If not, see . -/* + */ #include "zexy.h" static t_class *wrap_class; -- cgit v1.2.1