summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)