summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9c426c2efc..01f3cb8ac4 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1729,7 +1729,7 @@ static int disk_callback(int btn, struct gui_synclist *lists)
1729 ((unsigned short*)buf)[i]=htobe16(identify_info[i+23]); 1729 ((unsigned short*)buf)[i]=htobe16(identify_info[i+23]);
1730 buf[8]=0; 1730 buf[8]=0;
1731 snprintf(debug_list_messages[disklines++], DEBUG_MSG_LEN, 1731 snprintf(debug_list_messages[disklines++], DEBUG_MSG_LEN,
1732 "Firmare: %s", buf); 1732 "Firmware: %s", buf);
1733 snprintf(buf, sizeof buf, "%ld MB", 1733 snprintf(buf, sizeof buf, "%ld MB",
1734 ((unsigned long)identify_info[61] << 16 | 1734 ((unsigned long)identify_info[61] << 16 |
1735 (unsigned long)identify_info[60]) / 2048 ); 1735 (unsigned long)identify_info[60]) / 2048 );