summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-06-27 00:20:33 +0300
committerRachad Alao <rachad@google.com>2015-07-31 02:11:31 +0000
commit61791a91be204f985b9ba2537f8d2cf57816b0d2 (patch)
treef8c779be4fff8a5788e70922b4d59fe813e11e31 /test
parentf73e92aff13e29f74d6280f280dd3ab4106cef92 (diff)
downloadandroid_external_libavc-61791a91be204f985b9ba2537f8d2cf57816b0d2.tar.gz
android_external_libavc-61791a91be204f985b9ba2537f8d2cf57816b0d2.tar.bz2
android_external_libavc-61791a91be204f985b9ba2537f8d2cf57816b0d2.zip
Remove double semicolons (empty statements)
Some compilers can't handle this, and these occurrances are typos. Bug: 22860270 Change-Id: I82349f103cef1f196d1a85dae307aff83c7d6090
Diffstat (limited to 'test')
-rw-r--r--test/decoder/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decoder/main.c b/test/decoder/main.c
index 8c9e885..35454a4 100644
--- a/test/decoder/main.c
+++ b/test/decoder/main.c
@@ -1824,7 +1824,7 @@ int main(WORD32 argc, CHAR *argv[])
UWORD32 frm_cnt = 0;
WORD32 total_bytes_comsumed;
UWORD32 max_op_frm_ts;
- UWORD32 u4_num_disp_bufs_with_dec;;
+ UWORD32 u4_num_disp_bufs_with_dec;
#ifdef PROFILE_ENABLE
UWORD32 u4_tot_cycles = 0;