eliminated warnings from linux build

git-svn-id: svn://10.0.0.236/trunk@5563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-07-15 02:08:19 +00:00
parent 8a3ce47586
commit 7bf871658d
2 changed files with 6 additions and 2 deletions

View File

@@ -1037,7 +1037,9 @@ PRBool nsHTMLContentSinkStream::IgnoreWS(eHTMLTags aTag) const {
case eHTMLTag_tbody:
case eHTMLTag_style:
result = PR_TRUE;
break;
break;
default:
break;
}
return result;