aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-22 06:51:09 +0000
committernyamatongwe <unknown>2000-07-22 06:51:09 +0000
commitc8ab474fa173218cfe16309c8fbf37ab29635ccc (patch)
treee7dec8b009cb188dfeae386c35b8a845114d13dd /src/LexHTML.cxx
parent1e00d4f26ac7e2a7ac67195c0a3516f832edf34c (diff)
downloadscintilla-mirror-c8ab474fa173218cfe16309c8fbf37ab29635ccc.tar.gz
Updates to make new API work on both GTK+ and Win32.
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r--src/LexHTML.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx
index cb6eadaab..244eb2b6e 100644
--- a/src/LexHTML.cxx
+++ b/src/LexHTML.cxx
@@ -345,7 +345,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty
// Handle DBCS codepages
if (styler.IsLeadByte(ch)) {
- chPrev2 = ' ';
chPrev = ' ';
i += 1;
continue;
@@ -434,7 +433,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty
scriptLanguage = eScriptNone;
i += 2;
continue;
- break;
}
}