From: Bernhard Reutner-Fischer <[email protected]>
gcc/fortran/ChangeLog:
PR fortran/99884
* io.c (check_open_constraints): Remove double spaces.
---
gcc/fortran/io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
index fc97df79eca..9506f35008e 100644
--- a/gcc/fortran/io.c
+++ b/gcc/fortran/io.c
@@ -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);
}
--
2.33.0