aboutsummaryrefslogtreecommitdiff
path: root/vsum.c
diff options
context:
space:
mode:
Diffstat (limited to 'vsum.c')
-rw-r--r--vsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsum.c b/vsum.c
index dd49f4c..d32db9a 100644
--- a/vsum.c
+++ b/vsum.c
@@ -12,7 +12,7 @@ typedef struct _vsum
static void vsum_perform(t_vsum *x, t_symbol *s, int argc, t_atom *argv)
{
- float sum=0.f;
+ t_float sum=0.;
int i;
for (i = 0; i < argc; i++)
{