summaryrefslogtreecommitdiff
path: root/kernel/arm/izamin.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arm/izamin.c')
-rw-r--r--kernel/arm/izamin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/arm/izamin.c b/kernel/arm/izamin.c
index 45c2a7c9c..448b3cbfc 100644
--- a/kernel/arm/izamin.c
+++ b/kernel/arm/izamin.c
@@ -66,7 +66,7 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
while(i < n)
{
- if( CABS1(x,ix) < CABS1(minf,0) )
+ if( CABS1(x,ix) < CABS1(minf,0) )
{
min = i;
minf[0] = ABS(x[ix]);
@@ -77,5 +77,5 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
}
return(min+1);
}
-
+