aboutsummaryrefslogtreecommitdiff
path: root/modules/ead~.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ead~.c')
-rw-r--r--modules/ead~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ead~.c b/modules/ead~.c
index 3d79312..6a9c64c 100644
--- a/modules/ead~.c
+++ b/modules/ead~.c
@@ -69,7 +69,7 @@ static t_int *ead_perform(t_int *w)
{
/* interprete arguments */
- t_float *out = (float *)(w[3]);
+ t_float *out = (t_float *)(w[3]);
t_eadctl *ctl = (t_eadctl *)(w[1]);
t_float attack = ctl->c_attack;
t_float decay = ctl->c_decay;