From dc8d3f80af1d9dea9e8e26187d6778a5c67e3f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 27 Nov 1996 19:07:14 -0800 Subject: [PATCH] typo fixed Rev: src/lex.c:1.8 --- src/lex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lex.c b/src/lex.c index 65247ca680..1192a19dd3 100644 --- a/src/lex.c +++ b/src/lex.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: lex.c,v 1.7 1996/11/14 01:24:12 hubbe Exp $"); +RCSID("$Id: lex.c,v 1.8 1996/11/28 03:07:14 hubbe Exp $"); #include "language.h" #include "array.h" #include "lex.h" @@ -1404,7 +1404,7 @@ static int do_lex2(int literal, YYSTYPE *yylval) return 0; case '\n': - yyerror("Newline in string.\n"); + yyerror("Newline in string."); free(simple_free_buf()); return 0; -- GitLab