Fix minor issues reported by scan-build

This commit is contained in:
Philip Jägenstedt 2012-10-11 11:27:12 +02:00 committed by Gregory Maxwell
parent 96480adaff
commit b7b5872c9d
4 changed files with 6 additions and 8 deletions

View file

@ -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);