Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285825
b: refs/heads/master
c: 30c4eaa
h: refs/heads/master
i:
  285823: ecd5eff
v: v3
  • Loading branch information
Li Zefan authored and Michal Marek committed Jan 16, 2012
1 parent 2b0b605 commit 1cb763c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 37ae2d5998aa29d8bf52f124199a21341bc6d18d
refs/heads/master: 30c4eaafac80cc110efa66d2dfc551386eefdf53
3 changes: 2 additions & 1 deletion trunk/scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ static int handle_exit(void)
fprintf(stderr, _("\n\n"
"Your configuration changes were NOT saved."
"\n\n"));
res = 0;
if (res != KEY_ESC)
res = 0;
}

return res;
Expand Down

0 comments on commit 1cb763c

Please sign in to comment.