From 3fb29e9e5dcd1b929cf32e79b90ca60ea3f0b360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 27 Sep 2011 13:19:31 +0000 Subject: fixed minor issues svn path=/trunk/externals/zexy/; revision=15365 --- src/pack.c | 2 +- src/pdf~.c | 2 -- src/unpack.c | 2 +- src/z~.c | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/pack.c b/src/pack.c index b422094..9e924e3 100644 --- a/src/pack.c +++ b/src/pack.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License along * with this program. If not, see . -/* + */ /* * this version of [pack] does not care about types, so you can send a symbol to a float inlet and vice versa diff --git a/src/pdf~.c b/src/pdf~.c index 7ee32d4..fd82d1c 100644 --- a/src/pdf~.c +++ b/src/pdf~.c @@ -96,11 +96,9 @@ static void *pdf_new(t_floatarg f) { int i = f; t_pdf *x = (t_pdf *)pd_new(pdf_class); - t_float *buf; x->size = (i)?i:64; x->buf = (t_float *)getbytes(x->size * sizeof(*x->buf)); - buf = x->buf; clear_pdfbuf(x); outlet_new(&x->x_obj, &s_list); diff --git a/src/unpack.c b/src/unpack.c index 33f2414..baf5246 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 . -/* + */ /* * this version of [unpack] does not care about types, so the arguments are merely there for documentation reasons diff --git a/src/z~.c b/src/z~.c index d874945..728df85 100644 --- a/src/z~.c +++ b/src/z~.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License along * with this program. If not, see . -/* + */ /* here we do some sample-wise delay, so you can do your own FIR-filter-designs -- cgit v1.2.1