X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fconf.c;h=ceafacb0e98dc6103a94265583a63562922d97dc;hb=d3bea25f5238e5abfe6d061c1e6840e354d27bf8;hp=e308f5bf09a546b85017eea5e551ddbc8ceecc7b;hpb=0a9318fa8cbd6b884d8cd37fce783c825db38fcf;p=carl9170fw.git diff --git a/config/conf.c b/config/conf.c index e308f5b..ceafacb 100644 --- a/config/conf.c +++ b/config/conf.c @@ -644,7 +644,7 @@ int main(int ac, char **av) 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) {