summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 8afec9f806..9f3047e9df 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1183,7 +1183,7 @@ bool set_bool_options(const char* string, const bool* variable,
1183 bool result; 1183 bool result;
1184 1184
1185 result = set_option(string, variable, BOOL, names, 2, 1185 result = set_option(string, variable, BOOL, names, 2,
1186 (void (*)(int))function); 1186 (void (*)(int))(void (*)(void))function);
1187 return result; 1187 return result;
1188} 1188}
1189 1189