summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 68103c77c3..d482bd24ae 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -39,7 +39,7 @@ void option_select_init_numeric(struct option_select * opt,
39 opt->extra_string=unit; 39 opt->extra_string=unit;
40 opt->formatter=formatter; 40 opt->formatter=formatter;
41 opt->items=NULL; 41 opt->items=NULL;
42 opt->limit_loop=false; 42 opt->limit_loop=true;
43} 43}
44 44
45void option_select_init_items(struct option_select * opt, 45void option_select_init_items(struct option_select * opt,