diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-11 13:50:39 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-11 13:50:39 +0000 |
| commit | aaa07970eee7c9fcfa0964f45c856f96533686aa (patch) | |
| tree | 51da6722d1d24f713e88201d283b9bde0269b877 /apps | |
| parent | e141f80e11c08fbb9d404c192f1ef4bcf28c7a74 (diff) | |
| download | rockbox-aaa07970eee7c9fcfa0964f45c856f96533686aa.zip rockbox-aaa07970eee7c9fcfa0964f45c856f96533686aa.tar.gz rockbox-aaa07970eee7c9fcfa0964f45c856f96533686aa.tar.bz2 rockbox-aaa07970eee7c9fcfa0964f45c856f96533686aa.tar.xz | |
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25951 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index da94dbd..c1e1887 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) |