mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Fix some of the red in 15e52374
Change-Id: I712102ec09d6058567768b86430bc3120a179a40
This commit is contained in:
parent
15e5237469
commit
6e69241279
1 changed files with 1 additions and 1 deletions
|
|
@ -162,12 +162,12 @@ enum infoscreenorder
|
|||
*/
|
||||
static int refresh_data(struct info_data *info)
|
||||
{
|
||||
int i = 0;
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
#ifdef HAVE_MULTIDRIVE
|
||||
int max = -1;
|
||||
#endif
|
||||
int drive = 0;
|
||||
int i = 0;
|
||||
for (i = 0 ; CHECK_VOL(i) ; i++) {
|
||||
#endif
|
||||
volume_size(IF_MV(i,) &info->size[i], &info->free[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue