summaryrefslogtreecommitdiffstats
path: root/util/kconfig/mconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/kconfig/mconf.c')
-rw-r--r--util/kconfig/mconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/mconf.c b/util/kconfig/mconf.c
index fc804bb366ff..692c0e954d44 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;