Commit 730b1cbe authored by Vidhya V P's avatar Vidhya V P
Browse files

Minor change to resolve a compilation warning

parent a2befffa
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ void DeleteLCLDDecoder( LCLDDecoder *psLCLDDecoder )
        }

#ifdef ROM_TO_RAM
        for ( uint32_t n = 0; n < ALLOC_TABLE_SIZE * 2; n++ )
        for ( n = 0; n < ALLOC_TABLE_SIZE * 2; n++ )
        {
            if ( psLCLDDecoder->num_decode_table[n] > 1 )
            {