From: Jerry DeLisle Date: Sat, 26 Jan 2019 20:39:33 +0000 (+0000) Subject: Fix bug number referenced in previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fac29445acaf19d58717927e6ee7e6624d2b3cce;p=gcc.git Fix bug number referenced in previous commit. From-SVN: r268302 --- 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 - PR libfortran/88020 + PR libfortran/89020 * io/close.c (st_close): Generate error if calls to 'remove' return an error.