aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2019-01-26 20:39:33 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2019-01-26 20:39:33 +0000
commitfac29445acaf19d58717927e6ee7e6624d2b3cce (patch)
tree425815d0545d7a153776f2fb9a2f3b6813778e8e /libgfortran
parent0e34715e976246fec1a9a5bf9754881cf5375946 (diff)
Fix bug number referenced in previous commit.
From-SVN: r268302
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index adacd8adcac..10079787e75 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,6 +1,6 @@
2019-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
- PR libfortran/88020
+ PR libfortran/89020
* io/close.c (st_close): Generate error if calls to 'remove' return
an error.