File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -541,10 +541,8 @@ static void build_conf(struct menu *menu)
541
541
542
542
item_add_str ("%*c%s" , indent + 1 , ' ' , menu_get_prompt (menu ));
543
543
if (val == yes ) {
544
- if (def_menu ) {
545
- item_add_str (" (%s)" , menu_get_prompt (def_menu ));
546
- item_add_str (" --->" );
547
- }
544
+ if (def_menu )
545
+ item_add_str (" (%s) --->" , menu_get_prompt (def_menu ));
548
546
return ;
549
547
}
550
548
} else {
Original file line number Diff line number Diff line change @@ -845,11 +845,8 @@ static void build_conf(struct menu *menu)
845
845
item_add_str ("%*c%s" , indent + 1 ,
846
846
' ' , menu_get_prompt (menu ));
847
847
if (val == yes ) {
848
- if (def_menu ) {
849
- item_add_str (" (%s)" ,
850
- menu_get_prompt (def_menu ));
851
- item_add_str (" --->" );
852
- }
848
+ if (def_menu )
849
+ item_add_str (" (%s) --->" , menu_get_prompt (def_menu ));
853
850
return ;
854
851
}
855
852
} else {
You can’t perform that action at this time.
0 commit comments