From 34a2ba5cba836ebc1211b33381c648160ca71ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 11:15:25 +0000 Subject: use t_float/t_sample instead of "float" and where appropriate svn path=/trunk/externals/zexy/; revision=9111 --- src/drip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drip.c') diff --git a/src/drip.c b/src/drip.c index 9ac771c..5be3d15 100644 --- a/src/drip.c +++ b/src/drip.c @@ -37,7 +37,7 @@ typedef struct _drip int bufsize; t_clock *x_clock; - float deltime; + t_float deltime; int flush; } t_drip; -- cgit v1.2.1