From af5ad1e2e56a91db15c1f714f5f513ad54a07eeb Mon Sep 17 00:00:00 2001 From: Jerry DeLisle Date: Sun, 3 Dec 2017 16:49:37 +0000 Subject: [PATCH] Fix typo in ChangeLog. From-SVN: r255366 --- libgfortran/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index a43023267ea..2e768866713 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -8,7 +8,7 @@ (finalize_transfer): Do set the mode bit just before any calls to namelist_read or namelist_write. It can now be referred to in complex_write. - ^ io/write.c (write_complex): Suppress the leading blanks when + * io/write.c (write_complex): Suppress the leading blanks when namelist_mode bit is not set to 1. 2017-12-02 Jerry DeLisle