# HG changeset patch # User diego # Date 1253467139 0 # Node ID 78af613fc3167656ef0ba0fbf9e70f0163c5fcda # Parent 024dff84e51136d5b44b62a5542ef373f1d314b4 Fix embarassing typo in last commit: Restore mistakenly removed ','. diff -r 024dff84e511 -r 78af613fc316 atrac1.c --- a/atrac1.c Sun Sep 20 17:16:12 2009 +0000 +++ b/atrac1.c Sun Sep 20 17:18:59 2009 +0000 @@ -111,7 +111,7 @@ static int at1_imdct_block(AT1SUCtx* su, AT1Ctx *q) { int band_num, band_samples, log2_block_count, nbits, num_blocks, block_size; - unsigned int start_pos, ref_pos = 0 pos = 0; + unsigned int start_pos, ref_pos = 0, pos = 0; for (band_num = 0; band_num < AT1_QMF_BANDS; band_num++) { band_samples = samples_per_band[band_num];