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

coverity#1103688 Missing break in switch, assuming its intentional

Change-Id: I9b619e4896d811c2fbb20e229f65bfa01bd05731
üst 2484cda4
...@@ -1599,6 +1599,7 @@ int HTMLParser::FilterPRE( int nToken ) ...@@ -1599,6 +1599,7 @@ int HTMLParser::FilterPRE( int nToken )
// in Netscape they only have impact in not empty paragraphs // in Netscape they only have impact in not empty paragraphs
case HTML_PARABREAK_ON: case HTML_PARABREAK_ON:
nToken = HTML_LINEBREAK; nToken = HTML_LINEBREAK;
//fall-through
case HTML_LINEBREAK: case HTML_LINEBREAK:
case HTML_NEWPARA: case HTML_NEWPARA:
nPre_LinePos = 0; nPre_LinePos = 0;
......
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