diff options
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index d19944f9c3ac..fef75fc756f4 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
@@ -696,7 +696,7 @@ int main(int ac, char **av) | |||
696 | } else if (input_mode == savedefconfig) { | 696 | } else if (input_mode == savedefconfig) { |
697 | if (conf_write_defconfig(defconfig_file)) { | 697 | if (conf_write_defconfig(defconfig_file)) { |
698 | fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"), | 698 | fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"), |
699 | defconfig_file); | 699 | defconfig_file); |
700 | return 1; | 700 | return 1; |
701 | } | 701 | } |
702 | } else if (input_mode != listnewconfig) { | 702 | } else if (input_mode != listnewconfig) { |