diff options
Diffstat (limited to 'lexers/LexOthers.cxx')
-rw-r--r-- | lexers/LexOthers.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexOthers.cxx b/lexers/LexOthers.cxx index d73b86f00..829978180 100644 --- a/lexers/LexOthers.cxx +++ b/lexers/LexOthers.cxx @@ -945,7 +945,7 @@ static int RecogniseErrorListLine(const char *lineBuffer, unsigned int lengthLin } else if (strstart(lineBuffer, "In file included from ") || strstart(lineBuffer, " from ")) { // GCC showing include path to following error - return SCE_ERR_FROM; + return SCE_ERR_GCC_INCLUDED_FROM; } else { // Look for one of the following formats: // GCC: <filename>:<line>:<message> |