aboutsummaryrefslogtreecommitdiff
path: root/src/drip.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:15:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:15:25 +0000
commit34a2ba5cba836ebc1211b33381c648160ca71ef5 (patch)
treebe8e947aea87766c519853e6ab8fc1bd71425194 /src/drip.c
parent9dd67c7311b245bb138545f097b60b07bb4976b5 (diff)
use t_float/t_sample instead of "float" and where appropriate
svn path=/trunk/externals/zexy/; revision=9111
Diffstat (limited to 'src/drip.c')
-rw-r--r--src/drip.c2
1 files changed, 1 insertions, 1 deletions
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;