Loading scripts/kconfig/menu.c +2 −2 Original line number Diff line number Diff line Loading @@ -394,9 +394,9 @@ bool menu_is_visible(struct menu *menu) const char *menu_get_prompt(struct menu *menu) { if (menu->prompt) return _(menu->prompt->text); return menu->prompt->text; else if (menu->sym) return _(menu->sym->name); return menu->sym->name; return NULL; } Loading Loading
scripts/kconfig/menu.c +2 −2 Original line number Diff line number Diff line Loading @@ -394,9 +394,9 @@ bool menu_is_visible(struct menu *menu) const char *menu_get_prompt(struct menu *menu) { if (menu->prompt) return _(menu->prompt->text); return menu->prompt->text; else if (menu->sym) return _(menu->sym->name); return menu->sym->name; return NULL; } Loading