From 5dce43f5f2481a42443b1d783213adbbcfb68956 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 6 Sep 2017 06:21:53 +0000 Subject: luatex.c: typo git-svn-id: svn://tug.org/texlive/trunk@45227 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/luatex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/luatexdir/luatex.c') diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index c6ddb639192..3041e027240 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -624,7 +624,8 @@ void topenin(void) seems more in keeping with actual command line processing. */ #define IS_SPC_OR_EOL(c) ((c) == ' ' || (c) == '\r' || (c) == '\n') for (--last; last >= first && IS_SPC_OR_EOL (buffer[last]); --last) - last++; + ; + last++; /* One more time, this time converting to TeX's internal character representation. */ -- cgit v1.2.3