# HG changeset patch # User vitor # Date 1212244714 0 # Node ID 8e907d8094f5b58d0b2955deb89fa3db47c38fb7 # Parent 1d8e1ee1a572e2f0883a304bcea81ee89094ab54 Minor simplification diff -r 1d8e1ee1a572 -r 8e907d8094f5 ra144.c --- a/ra144.c Sat May 31 14:36:46 2008 +0000 +++ b/ra144.c Sat May 31 14:38:34 2008 +0000 @@ -322,8 +322,7 @@ static const uint8_t sizes[10] = {6, 5, 5, 4, 4, 3, 3, 3, 3, 2}; unsigned int refl_rms[4]; // RMS of the reflection coefficients uint16_t gbuf2[4][30]; - unsigned int c; - int i; + int i, c; int16_t *data = vdata; unsigned int energy;