summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/chktex-src/FindErrs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/chktex/chktex-src/FindErrs.c')
-rw-r--r--Build/source/texk/chktex/chktex-src/FindErrs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/chktex/chktex-src/FindErrs.c b/Build/source/texk/chktex/chktex-src/FindErrs.c
index 57015b9505d..994ae83e2b2 100644
--- a/Build/source/texk/chktex/chktex-src/FindErrs.c
+++ b/Build/source/texk/chktex/chktex-src/FindErrs.c
@@ -1872,9 +1872,6 @@ PrintError(const char *File, const char *String,
}
else
{
-/* I remove this line temporarily, because chktex.test fails. --ak (2016/09/16)
- FoundErr = EXIT_FAILURE;
-*/
Context = LaTeXMsgs[Error].Context;
if (!HeadErrOut)
@@ -1894,6 +1891,7 @@ PrintError(const char *File, const char *String,
break;
case etErr:
ErrPrint++;
+ FoundErr = EXIT_FAILURE;
break;
case etMsg:
break;