From 53912cc1a9da27e6ee9a2528645f68a2081160e8 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 26 Jul 2013 09:38:53 +1000 Subject: Avoid a switch fall-through even though it makes no difference to behaviour. --- lexers/LexHTML.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'lexers/LexHTML.cxx') diff --git a/lexers/LexHTML.cxx b/lexers/LexHTML.cxx index 826448867..58862b4c8 100644 --- a/lexers/LexHTML.cxx +++ b/lexers/LexHTML.cxx @@ -1312,6 +1312,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty styler.ColourTo(i - 2, StateToPrint); state = SCE_H_SGML_COMMENT; } + break; case SCE_H_SGML_DOUBLESTRING: if (ch == '\"') { styler.ColourTo(i, StateToPrint); -- cgit v1.2.3