diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/multiplex~.c | 2 | ||||
-rw-r--r-- | src/unpack~.c | 2 | ||||
-rw-r--r-- | src/urn.c | 2 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. -/* + */ #include "zexy.h" @@ -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" @@ -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; |