aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:17:47 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:17:47 +0000
commite02f87ffe95861929e7360a86fbdfbd51488e8db (patch)
treeb16b94e6d309160b8c42a89d5e8373dae99122ca
parent6fea34c676c217e1d2c2e5a4b4896fe2252a1ad1 (diff)
made it compile again
svn path=/trunk/externals/zexy/; revision=15328
-rw-r--r--src/multiplex~.c2
-rw-r--r--src/unpack~.c2
-rw-r--r--src/urn.c2
-rw-r--r--src/wrap.c2
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 <http://www.gnu.org/licenses/>.
-/*
+ */
#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 <http://www.gnu.org/licenses/>.
-/*
+ */
#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 <http://www.gnu.org/licenses/>.
-/*
+ */
#include "zexy.h"
static t_class *wrap_class;