Fortran: Remove double spaces in open() warning [PR99884]
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 31 Oct 2021 12:57:46 +0000 (13:57 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 17 Nov 2022 19:40:38 +0000 (20:40 +0100)
gcc/fortran/ChangeLog:

PR fortran/99884
* io.cc (check_open_constraints): Remove double spaces.

gcc/fortran/io.cc

index 902aa19..b898fd3 100644 (file)
@@ -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);
     }