diff options
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r-- | scripts/kconfig/mconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 86cd1ea35579..2c6286c0bc1a 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -830,7 +830,8 @@ static int handle_exit(void) | |||
830 | fprintf(stderr, _("\n\n" | 830 | fprintf(stderr, _("\n\n" |
831 | "Your configuration changes were NOT saved." | 831 | "Your configuration changes were NOT saved." |
832 | "\n\n")); | 832 | "\n\n")); |
833 | res = 0; | 833 | if (res != KEY_ESC) |
834 | res = 0; | ||
834 | } | 835 | } |
835 | 836 | ||
836 | return res; | 837 | return res; |