aboutsummaryrefslogtreecommitdiff
path: root/src/arbran.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arbran.c')
-rw-r--r--src/arbran.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arbran.c b/src/arbran.c
index cf76517..d708e11 100644
--- a/src/arbran.c
+++ b/src/arbran.c
@@ -57,7 +57,7 @@ static void rand_arbran_pdfscale(t_rand_arbran *x)
t_float a = 0;
t_int k = 0;
t_float *tx, *tp;
- t_int ix, ip;
+ int ix, ip;
if (!garray_getfloatarray(bx, &ix, &tx))
{
post("arbran: couldn't read from array!");
@@ -86,7 +86,7 @@ static void rand_arbran_bang(t_rand_arbran *x)
t_float a, u, a0, slope, b, d, r;
t_int k = 0;
t_float *tx, *tp;
- t_int ix, ip;
+ int ix, ip;
if (!garray_getfloatarray(bx, &ix, &tx))
{
post("arbran: couldn't read from array!");