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

coverity#1103694 Missing break in switch, assuming this is wrong

Change-Id: I9a631eb28647ecf2633d6443d7af95cb37b860a3
üst 21e97716
...@@ -165,6 +165,7 @@ void EditHTMLParser::NextToken( int nToken ) ...@@ -165,6 +165,7 @@ void EditHTMLParser::NextToken( int nToken )
ImpInsertParaBreak(); ImpInsertParaBreak();
ImpInsertParaBreak(); ImpInsertParaBreak();
} }
break;
case HTML_NONBREAKSPACE: case HTML_NONBREAKSPACE:
{ {
if ( bInPara ) if ( bInPara )
......
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