summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index b1a4a86e65..a8661fb8ad 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -33,7 +33,7 @@ bool option_screen(const struct settings_list *setting,
33void option_select_next_val(const struct settings_list *setting, 33void option_select_next_val(const struct settings_list *setting,
34 bool previous, bool apply); 34 bool previous, bool apply);
35#endif 35#endif
36char *option_get_valuestring(const struct settings_list *setting, 36const char *option_get_valuestring(const struct settings_list *setting,
37 char *buffer, int buf_len, 37 char *buffer, int buf_len,
38 intptr_t temp_var); 38 intptr_t temp_var);
39void option_talk_value(const struct settings_list *setting, int value, bool enqueue); 39void option_talk_value(const struct settings_list *setting, int value, bool enqueue);