# HG changeset patch # User vitor # Date 1217242184 0 # Node ID a8b985890c34842a4b43377e4a4c7d53fefdcf4e # Parent 2ccb81f932f0ee9bca22acb282a72f6d67f276ca Cosmetics: new line diff -r 2ccb81f932f0 -r a8b985890c34 ra288.c --- a/ra288.c Mon Jul 28 10:49:14 2008 +0000 +++ b/ra288.c Mon Jul 28 10:49:44 2008 +0000 @@ -238,6 +238,7 @@ for (x=0; x < 32; x++) { float gain = amptable[get_bits(&gb, 3)]; int cb_coef = get_bits(&gb, 6 + (x&1)); + decode(ractx, gain, cb_coef); for (y=0; y < 5; y++)