diff options
Diffstat (limited to 'gcc/java/lex.c')
-rw-r--r-- | gcc/java/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c index 779bbcbd382..38e1716f263 100644 --- a/gcc/java/lex.c +++ b/gcc/java/lex.c @@ -1312,7 +1312,7 @@ java_lex (java_lval) if (c == '\n' || c == UEOF) /* ULT */ { lineno--; /* Refer to the line the terminator was seen */ - java_lex_error ("String not terminated at end of line.", 0); + java_lex_error ("String not terminated at end of line", 0); lineno++; } |