Fix some of the red in 15e52374

Change-Id: I712102ec09d6058567768b86430bc3120a179a40
This commit is contained in:
Solomon Peachy 2024-08-12 15:03:56 -04:00
parent 15e5237469
commit 6e69241279

View file

@ -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]);