From 530fec453f870cd2e5d0c74b50367125768b5a45 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 15 Jun 2017 15:29:40 +0200 Subject: [PATCH] Also catch "! Incomplete \\if" --- src/LaTeX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index f28ea344eb..0a37d0392d 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -797,7 +797,7 @@ int LaTeX::scanLogFile(TeXErrors & terr) } } - if (prefixIs(token, "! Incomplete \\ifx")) { + if (prefixIs(token, "! Incomplete \\if")) { // bug 10666. At this point its not clear we finish with error. wait_for_error = desc; continue; -- 2.39.5