Kaydet (Commit) 32c37a7a authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1103693 Missing break in switch, assuming its intentional

Change-Id: Ie61305f367e2a07a61599433bd83e1ea13bffd71
üst c2ddb22d
...@@ -148,6 +148,7 @@ void OHTMLReader::NextToken( int nToken ) ...@@ -148,6 +148,7 @@ void OHTMLReader::NextToken( int nToken )
} }
} }
} }
//fall-through
case HTML_THEAD_ON: case HTML_THEAD_ON:
case HTML_TBODY_ON: case HTML_TBODY_ON:
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment