diff options
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r-- | src/LexHTML.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index e6861f77f..3a03096f8 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -805,7 +805,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty i += size - 1; visibleChars += size - 1; ch = styler.SafeGetCharAt(i); - chNext = styler.SafeGetCharAt(i + 1); state = SCE_H_SGML_DEFAULT; continue; } |