summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 2e63220da1..967d581c06 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -89,7 +89,7 @@ struct choice_setting {
89#define F_CHOICE_SETTING 0x100 89#define F_CHOICE_SETTING 0x100
90#define F_CHOICETALKS 0x200 /* uses .talks in the above struct for the talks */ 90#define F_CHOICETALKS 0x200 /* uses .talks in the above struct for the talks */
91 /* and cfg_vals for the strings to display */ 91 /* and cfg_vals for the strings to display */
92 92
93struct table_setting { 93struct table_setting {
94 void (*option_callback)(int); 94 void (*option_callback)(int);
95 const char* (*formatter)(char*, size_t, int, const char*); 95 const char* (*formatter)(char*, size_t, int, const char*);
@@ -113,7 +113,7 @@ struct table_setting {
113struct custom_setting { 113struct custom_setting {
114 /* load the saved value from the .cfg 114 /* load the saved value from the .cfg
115 setting: pointer into global_settings 115 setting: pointer into global_settings
116 value: the text from the .cfg 116 value: the text from the .cfg
117 */ 117 */
118 void (*load_from_cfg)(void* setting, char*value); 118 void (*load_from_cfg)(void* setting, char*value);
119 /* store the value into a .cfg 119 /* store the value into a .cfg