summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-05-11 13:50:39 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-05-11 13:50:39 +0000
commitaaa07970eee7c9fcfa0964f45c856f96533686aa (patch)
tree51da6722d1d24f713e88201d283b9bde0269b877
parente141f80e11c08fbb9d404c192f1ef4bcf28c7a74 (diff)
downloadrockbox-aaa07970eee7c9fcfa0964f45c856f96533686aa.tar.gz
rockbox-aaa07970eee7c9fcfa0964f45c856f96533686aa.zip
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25951 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
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)
1277 { 1277 {
1278 /* run the associated function (with optional param), if any */ 1278 /* run the associated function (with optional param), if any */
1279 const struct menu_func func = this_item->func; 1279 const struct menu_func func = this_item->func;
1280 int func_return; 1280 int func_return = ONPLAY_RELOAD_DIR;
1281 if (func.function != NULL) 1281 if (func.function != NULL)
1282 { 1282 {
1283 if (func.param != NULL) 1283 if (func.param != NULL)