* parse.c (next_fixed): Remove superfluous string concatenation.

From-SVN: r109599
This commit is contained in:
Tobias Schlüter 2006-01-11 20:51:16 +01:00 committed by Tobias Schlüter
parent a40d3497d0
commit 9504064432
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* parse.c (next_fixed): Remove superfluous string concatenation.
2006-01-11 Bernhard Fischer <rep.nop@aon.at>
PR fortran/25486

View File

@ -464,7 +464,7 @@ next_fixed (void)
blank_line:
if (digit_flag)
gfc_warning ("Statement label in blank line will be " "ignored at %C");
gfc_warning ("Statement label in blank line will be ignored at %C");
gfc_advance_line ();
return ST_NONE;
}