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 e491c5b6f2..e9458dc601 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -231,7 +231,7 @@ void settings_load(int which)
231 } 231 }
232} 232}
233 233
234static bool cfg_string_to_int(int setting_id, int* out, const char* str) 234bool cfg_string_to_int(int setting_id, int* out, const char* str)
235{ 235{
236 const char* start = settings[setting_id].cfg_vals; 236 const char* start = settings[setting_id].cfg_vals;
237 char* end = NULL; 237 char* end = NULL;