From 5fe601c3f693ee4ac1569ba93e3614fd9a0f7501 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 2 Jan 2008 02:26:13 +0000 Subject: - Re-factoring in xtract_spectrum and fixed normalisation bug - Fixed bug in xtract_lnorm --- src/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper.c') diff --git a/src/helper.c b/src/helper.c index eceb290..60b3af7 100644 --- a/src/helper.c +++ b/src/helper.c @@ -45,7 +45,7 @@ int xtract_features_from_subframes(const float *data, const int N, const int fea float *result1, *result2; - int n, + int n, i, rv; n = N >> 1; -- cgit v1.2.3