Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211454
b: refs/heads/master
c: e9203c9
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Michal Marek committed Oct 9, 2010
1 parent 248590d commit 4a66290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 71ebc01d3ad4fa3f20e86603bc31ff2cbc535d95
refs/heads/master: e9203c988234aa512bd45ca32b52e21c7bbfc414
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static void check_conf(struct menu *menu)
if (sym->name && !sym_is_choice_value(sym)) {
printf("CONFIG_%s\n", sym->name);
}
} else {
} else if (input_mode != oldnoconfig) {
if (!conf_cnt++)
printf(_("*\n* Restart config...\n*\n"));
rootEntry = menu_get_parent_menu(menu);
Expand Down

0 comments on commit 4a66290

Please sign in to comment.