diff options
Diffstat (limited to 'lexers/LexBullant.cxx')
-rw-r--r-- | lexers/LexBullant.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexBullant.cxx b/lexers/LexBullant.cxx index bb5c9c4a8..51d6bd8f0 100644 --- a/lexers/LexBullant.cxx +++ b/lexers/LexBullant.cxx @@ -116,7 +116,7 @@ static void ColouriseBullantDoc(unsigned int startPos, int length, int initStyle } blockChange=0; */ } - if (!(isascii(ch) && isspace(ch))) + if (!(IsASCII(ch) && isspace(ch))) visibleChars++; if (styler.IsLeadByte(ch)) { |