From 31c5c7bb1101ccafac023c1aac69881f85c03186 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 22 Jul 2013 21:00:50 +0100 Subject: unposted: fix previous commit: ihwend -> hwend --- Src/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/lex.c b/Src/lex.c index 4a9b11015..d0f845020 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -778,7 +778,7 @@ gettok(void) bptr = tokstr = (char *)hcalloc(bsiz = 32); add(c); } - ihwend(); + hwend(); while ((c = ingetc()) != '\n' && !lexstop) { hwaddc(c); addtoline(c); -- cgit 1.4.1