mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Also catch "! Incomplete \\if"
This commit is contained in:
parent
39f23ac66b
commit
530fec453f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user