diff options
| author | nyamatongwe <unknown> | 2000-07-22 06:51:09 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-07-22 06:51:09 +0000 | 
| commit | c8ab474fa173218cfe16309c8fbf37ab29635ccc (patch) | |
| tree | e7dec8b009cb188dfeae386c35b8a845114d13dd /src/LexHTML.cxx | |
| parent | 1e00d4f26ac7e2a7ac67195c0a3516f832edf34c (diff) | |
| download | scintilla-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.cxx | 2 | 
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;  			}  		} | 
