forked from len0rd/rockbox
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25951 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e141f80e11
commit
aaa07970ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1277,7 +1277,7 @@ static int execute_hotkey(bool is_wps)
|
||||||
{
|
{
|
||||||
/* run the associated function (with optional param), if any */
|
/* run the associated function (with optional param), if any */
|
||||||
const struct menu_func func = this_item->func;
|
const struct menu_func func = this_item->func;
|
||||||
int func_return;
|
int func_return = ONPLAY_RELOAD_DIR;
|
||||||
if (func.function != NULL)
|
if (func.function != NULL)
|
||||||
{
|
{
|
||||||
if (func.param != NULL)
|
if (func.param != NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue