diff options
Diffstat (limited to 'src/helper.c')
-rw-r--r-- | src/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |