diff options
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r-- | gcc/fortran/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index 5a7bc01..60df44d 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -3837,7 +3837,7 @@ if (condition) \ io_constraint (unformatted && dt->namelist == NULL, "DELIM= specifier at %L must be with FMT=* or " - "NML= specifier ", &dt->delim->where); + "NML= specifier", &dt->delim->where); } } |