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
commit59acba92d86a159ea57877f7ba08dfc4a528fa4b (patch)
tree425815d0545d7a153776f2fb9a2f3b6813778e8e /libgfortran
parent90dfc81a48f84db720172ed9edb9325f31e18a6c (diff)
Fix bug number referenced in previous commit.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268302 138bc75d-0d04-0410-961f-82ee72b054a4
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.