forked from len0rd/rockbox
SD: Fix typo in debug menu
Change-Id: I55530ca7b3e735fef0ac6d4151e66ca11e571aa0
This commit is contained in:
parent
55a5bfe740
commit
bd02af3413
1 changed files with 1 additions and 1 deletions
|
@ -1364,7 +1364,7 @@ static int disk_callback(int btn, struct gui_synclist *lists)
|
||||||
ver = "Unknown";
|
ver = "Unknown";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
simplelist_addline("SDVer: %s\n", ver);
|
simplelist_addline("SDVer: %s", ver);
|
||||||
if (csd_structure == 0) /* CSD version 1.0 */
|
if (csd_structure == 0) /* CSD version 1.0 */
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue