src/utils.c @@ -243,6 +243,7 @@ a[i] *= s; } } int max_index(float *a, int n) { if(n <= 0) return -1;