forked from len0rd/rockbox
...This time, fix the non-multidrive+non-multivolume builds.
I swear, this is getting old. Change-Id: If810a6559eaebbed0a0f0c6a0891b09101783be6
This commit is contained in:
parent
fb2316b9b0
commit
f24bae5baf
1 changed files with 2 additions and 0 deletions
|
@ -205,7 +205,9 @@ static int refresh_data(struct info_data *info)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
info->name[i] = 0;
|
info->name[i] = 0;
|
||||||
|
#ifdef HAVE_MULTIVOLUME
|
||||||
break; /* ie stop when we run out of valid partitions */
|
break; /* ie stop when we run out of valid partitions */
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#ifdef HAVE_MULTIDRIVE
|
#ifdef HAVE_MULTIDRIVE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue