aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-22 06:51:09 +0000
committernyamatongwe <devnull@localhost>2000-07-22 06:51:09 +0000
commit2701a4c8c7e2dea4cbd604146b58c81bbef0355a (patch)
treee7dec8b009cb188dfeae386c35b8a845114d13dd /src/LexHTML.cxx
parenta34352a312296ed8c9c0d7b9e94c402465530d2b (diff)
downloadscintilla-mirror-2701a4c8c7e2dea4cbd604146b58c81bbef0355a.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;
}
}