Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cwrs64-test.c')
-rw-r--r--tests/cwrs64-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cwrs64-test.c b/tests/cwrs64-test.c
index 2878f28..b0c79b5 100644
--- a/tests/cwrs64-test.c
+++ b/tests/cwrs64-test.c
@@ -11,7 +11,7 @@
int main(int _argc,char **_argv){
int n;
- for(n=0;n<=NMAX;n+=3){
+ for(n=2;n<=NMAX;n+=3){
int m;
for(m=0;m<=MMAX;m++){
celt_uint64_t uu[NMAX];