mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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";
|
||||
break;
|
||||
}
|
||||
simplelist_addline("SDVer: %s\n", ver);
|
||||
simplelist_addline("SDVer: %s", ver);
|
||||
if (csd_structure == 0) /* CSD version 1.0 */
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue