Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220652
b: refs/heads/master
c: 71d8066
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Michal Marek committed Sep 8, 2010
1 parent 1cf9961 commit 2573c86
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: 76a136c4a6bde90af8c899701cc1f0997af2f60a
refs/heads/master: 71d8066265896a6498a4de1bed80dea8dc5daead
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 2573c86

Please sign in to comment.