From 1b2bc2876b9e9f2fff8ae3583a1200499dd364ca Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 2 Sep 2001 04:31:46 +0000 Subject: Fixed Borland warning. --- src/LexHTML.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexHTML.cxx') diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index aef65beca..3cf2daf63 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -376,7 +376,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty styler.StartAt(startPos, 127); int lineCurrent = styler.GetLine(startPos); - int lineState = 0; + int lineState; if (lineCurrent > 0) { lineState = styler.GetLineState(lineCurrent); } else { -- cgit v1.2.3