summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-08-12 15:14:33 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-08-12 15:20:13 -0400
commit05354e1befcaf02e333dbaca42d19d0a3e853a0d (patch)
tree3bfdf142dc96cbe54cb63b108f271283c382a8e9 /apps/menus/main_menu.c
parent6e69241279e5abfc2137d3fb28fe4af04b6e4256 (diff)
downloadrockbox-05354e1befcaf02e333dbaca42d19d0a3e853a0d.tar.gz
rockbox-05354e1befcaf02e333dbaca42d19d0a3e853a0d.zip
Hopefully fix the remaining red from 15e52374
(imx233, ipodnano2g, !multidrive hosted/sims) Change-Id: I9c89887078f9f50d3aac73f468ac323699e1fd1f
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 622280d487..61e8a70ecd 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -185,7 +185,7 @@ static int refresh_data(struct info_data *info)
185 max = drive; 185 max = drive;
186 else if (drive < max) 186 else if (drive < max)
187 break; 187 break;
188#elif defined(HAVE_MULTIVOLUME) 188#elif defined(HAVE_HOTSWAP) || defined(HAVE_DIRCACHE) || defined(HAVE_BOOTDATA)
189 if (volume_partition(i) == -1) 189 if (volume_partition(i) == -1)
190 break; 190 break;
191#endif 191#endif