diff options
Diffstat (limited to 'util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch')
-rw-r--r-- | util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch b/util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch index dabb0d9fde..c49ae50d21 100644 --- a/util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch +++ b/util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch @@ -14,7 +14,7 @@ Index: kconfig/conf.c =================================================================== --- kconfig.orig/conf.c +++ kconfig/conf.c -@@ -889,7 +889,7 @@ int main(int ac, char **av) +@@ -892,7 +892,7 @@ int main(int ac, char **av) if (input_mode == savedefconfig) { if (conf_write_defconfig(defconfig_file)) { |