1
0
Fork 0
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:
Jeffrey Goode 2010-05-11 13:50:39 +00:00
parent e141f80e11
commit aaa07970ee

View file

@ -1277,7 +1277,7 @@ static int execute_hotkey(bool is_wps)
{
/* run the associated function (with optional param), if any */
const struct menu_func func = this_item->func;
int func_return;
int func_return = ONPLAY_RELOAD_DIR;
if (func.function != NULL)
{
if (func.param != NULL)