From: jvdelisle Date: Sat, 26 Jan 2019 20:39:33 +0000 (+0000) Subject: Fix bug number referenced in previous commit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905bf56b8872be2d32521c939c0a46e80b4d19cc;p=thirdparty%2Fgcc.git Fix bug number referenced in previous commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268302 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index adacd8adcac3..10079787e754 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,6 +1,6 @@ 2019-01-26 Jerry DeLisle - PR libfortran/88020 + PR libfortran/89020 * io/close.c (st_close): Generate error if calls to 'remove' return an error.