aboutsummaryrefslogtreecommitdiff
path: root/src/relay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/relay.c')
-rw-r--r--src/relay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relay.c b/src/relay.c
index e0609df..5447dbd 100644
--- a/src/relay.c
+++ b/src/relay.c
@@ -74,7 +74,7 @@ static void relay_list(t_relay *x, t_symbol *sel, int argc, t_atom *argv)
int nelement;
if (x->x_type == A_FLOAT)
{
- float f;
+ t_float f;
if (!argc){
outlet_bang(x->x_rejectout);
return;