From: Jerry DeLisle Date: Sat, 26 Jan 2019 20:39:33 +0000 (+0000) Subject: Fix bug number referenced in previous commit. X-Git-Tag: basepoints/gcc-10~1494 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fac29445acaf19d58717927e6ee7e6624d2b3cce;p=thirdparty%2Fgcc.git Fix bug number referenced in previous commit. From-SVN: r268302 --- 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.