Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274295
b: refs/heads/master
c: 3f198df
h: refs/heads/master
i:
  274293: bc3ed60
  274291: 36dac1a
  274287: 1f761e0
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Michal Marek committed Aug 8, 2011
1 parent bcce5e0 commit b32a530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4920e05c79417f9a8d236a044502e10729af91b3
refs/heads/master: 3f198dfee49d2e9c30583c62b0c79286c78c7b44
7 changes: 3 additions & 4 deletions trunk/scripts/kconfig/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,10 @@ void menu_get_ext_help(struct menu *menu, struct gstr *help)
struct symbol *sym = menu->sym;

if (menu_has_help(menu)) {
if (sym->name) {
if (sym->name)
str_printf(help, "%s%s:\n\n", CONFIG_, sym->name);
str_append(help, _(menu_get_help(menu)));
str_append(help, "\n");
}
str_append(help, _(menu_get_help(menu)));
str_append(help, "\n");
} else {
str_append(help, nohelp_text);
}
Expand Down

0 comments on commit b32a530

Please sign in to comment.