2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-09 17:31:09 +08:00

Fortran: Remove double spaces in open() warning [PR99884]

gcc/fortran/ChangeLog:

	PR fortran/99884
	* io.cc (check_open_constraints): Remove double spaces.
This commit is contained in:
Bernhard Reutner-Fischer 2021-10-31 13:57:46 +01:00
parent ee892832ea
commit 19be89d79e

@ -2513,7 +2513,7 @@ check_open_constraints (gfc_open *open, locus *where)
spec = "";
}
warn_or_error (G_("%s specifier at %L not allowed in OPEN statement for "
warn_or_error (G_("%sspecifier at %L not allowed in OPEN statement for "
"unformatted I/O"), spec, loc);
}