diff options
Diffstat (limited to 'util/kconfig/mconf.c')
-rw-r--r-- | util/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/mconf.c b/util/kconfig/mconf.c index fc804bb366..692c0e954d 100644 --- a/util/kconfig/mconf.c +++ b/util/kconfig/mconf.c @@ -506,7 +506,7 @@ static void build_conf(struct menu *menu) if (def_menu) { item_add_str(" (%s)", _(menu_get_prompt(def_menu))); item_add_str(" --->"); -#if 0 +#if 0 /* coreboot doesn't need this representation */ if (def_menu->list) { indent += 2; |