forked from len0rd/rockbox
Fix typo in the debug disk info screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13882 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
338aa0b2f6
commit
227a733e42
1 changed files with 1 additions and 1 deletions
|
|
@ -1729,7 +1729,7 @@ static int disk_callback(int btn, struct gui_synclist *lists)
|
|||
((unsigned short*)buf)[i]=htobe16(identify_info[i+23]);
|
||||
buf[8]=0;
|
||||
snprintf(debug_list_messages[disklines++], DEBUG_MSG_LEN,
|
||||
"Firmare: %s", buf);
|
||||
"Firmware: %s", buf);
|
||||
snprintf(buf, sizeof buf, "%ld MB",
|
||||
((unsigned long)identify_info[61] << 16 |
|
||||
(unsigned long)identify_info[60]) / 2048 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue