Also catch "! Incomplete \\if"

This commit is contained in:
Juergen Spitzmueller 2017-06-15 15:29:40 +02:00
parent 39f23ac66b
commit 530fec453f

View File

@ -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;