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