summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 98d93b368c..807bfe8cf7 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -66,7 +66,7 @@ enum hotkey_flags {
66struct hotkey_assignment { 66struct hotkey_assignment {
67 int action; /* hotkey_action */ 67 int action; /* hotkey_action */
68 int lang_id; /* Language ID */ 68 int lang_id; /* Language ID */
69 struct menu_func func; /* Function to run if this entry is selected */ 69 struct menu_func_param func; /* Function to run if this entry is selected */
70 int16_t return_code; /* What to return after the function is run. */ 70 int16_t return_code; /* What to return after the function is run. */
71 uint16_t flags; /* Flags what context, display options */ 71 uint16_t flags; /* Flags what context, display options */
72}; /* (Pick ONPLAY_FUNC_RETURN to use function's return value) */ 72}; /* (Pick ONPLAY_FUNC_RETURN to use function's return value) */