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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philip@foolip.org>2012-10-11 13:27:12 +0400
committerGregory Maxwell <greg@xiph.org>2012-10-11 17:21:44 +0400
commitb7b5872c9d6be8daefc79f12c23e6c7fa319deab (patch)
tree84df6abbfec6eb8c9d4f80f2d231e9954a310025 /tests
parent96480adaff14041dcf3c90167999088fea7c4f65 (diff)
Fix minor issues reported by scan-build
Diffstat (limited to 'tests')
-rw-r--r--tests/test_opus_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c
index cae8a757..187d8c38 100644
--- a/tests/test_opus_api.c
+++ b/tests/test_opus_api.c
@@ -987,7 +987,7 @@ opus_int32 test_parse(void)
}
}
fprintf(stdout," code 3 padding (%2d cases) ............... OK.\n",cfgs);
- cfgs_total+=cfgs;cfgs=0;
+ cfgs_total+=cfgs;
fprintf(stdout," opus_packet_parse ............................ OK.\n");
fprintf(stdout," All packet parsing tests passed\n");
fprintf(stdout," (%d API invocations)\n",cfgs_total);