From aaa07970eee7c9fcfa0964f45c856f96533686aa Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Tue, 11 May 2010 13:50:39 +0000 Subject: Fix yellow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25951 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onplay.c b/apps/onplay.c index da94dbd5b8..c1e1887a2a 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -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) -- cgit v1.2.3