Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261637
b: refs/heads/master
c: a1e8065
h: refs/heads/master
i:
  261635: 84193c6
v: v3
  • Loading branch information
Arnaud Lacombe authored and Michal Marek committed Jul 13, 2011
1 parent 770221f commit f3dffeb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f98ee76955f883abf2ea2a5e5b43deab01734f47
refs/heads/master: a1e806550e566e987e06561873ab8276ee54d130
5 changes: 1 addition & 4 deletions trunk/scripts/kconfig/nconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,10 +1153,7 @@ static void conf(struct menu *menu)
submenu = (struct menu *) item_data();
if (!submenu || !menu_is_visible(submenu))
continue;
if (submenu)
sym = submenu->sym;
else
sym = NULL;
sym = submenu->sym;

switch (res) {
case ' ':
Expand Down

0 comments on commit f3dffeb

Please sign in to comment.