summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index aa232f9331..dbb8bb9266 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1109,7 +1109,7 @@ static bool dbg_disk_info(void)
1109 bool done = false; 1109 bool done = false;
1110 int i; 1110 int i;
1111 int page = 0; 1111 int page = 0;
1112 const int max_page = 3; 1112 const int max_page = 4;
1113 unsigned short* identify_info = ata_get_identify(); 1113 unsigned short* identify_info = ata_get_identify();
1114 1114
1115 while(!done) 1115 while(!done)