diff options
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index d433c7a2474..820d2b6800f 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <unistd.h> | 18 | #include <unistd.h> |
19 | #include <locale.h> | 19 | #include <locale.h> |
20 | 20 | ||
21 | #define LKC_DIRECT_LINK | ||
22 | #include "lkc.h" | 21 | #include "lkc.h" |
23 | #include "lxdialog/dialog.h" | 22 | #include "lxdialog/dialog.h" |
24 | 23 | ||
@@ -845,6 +844,7 @@ int main(int ac, char **av) | |||
845 | "\n\n")); | 844 | "\n\n")); |
846 | return 1; | 845 | return 1; |
847 | } | 846 | } |
847 | /* fall through */ | ||
848 | case -1: | 848 | case -1: |
849 | printf(_("\n\n" | 849 | printf(_("\n\n" |
850 | "*** End of the configuration.\n" | 850 | "*** End of the configuration.\n" |