mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Remove errorneous ; after "for" statement.
Detected by my upcoming cppcheck check git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30731 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
000c706896
commit
670da39093
1 changed files with 1 additions and 1 deletions
|
|
@ -2165,7 +2165,7 @@ static uint8_t dynamic_range_info(bitfile *ld, drc_info *drc)
|
|||
n++;
|
||||
drc->num_bands += band_incr;
|
||||
|
||||
for (i = 0; i < drc->num_bands; i++);
|
||||
for (i = 0; i < drc->num_bands; i++)
|
||||
{
|
||||
drc->band_top[i] = (uint8_t)faad_getbits(ld, 8
|
||||
DEBUGVAR(1,97,"dynamic_range_info(): band_top"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue