1
0
Fork 0
forked from len0rd/rockbox

Revert pointless change to random_folder_advance_config.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17802 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marc Guay 2008-06-26 12:53:08 +00:00
parent 8ca67db939
commit f9e17fc862

View file

@ -315,11 +315,9 @@ void edit_list(void)
switch (button)
{
case ACTION_STD_OK:
{
list->folder[selection][0] = ' ';
list->folder[selection][1] = '\0';
break;
}
case ACTION_STD_CONTEXT:
{
int m, len;