coverity#705191 Missing break in switch

Change-Id: I3e6b081711a45e6e0d77c6288ad26214b95b3dc7
This commit is contained in:
Caolán McNamara
2014-05-26 09:29:55 +01:00
parent 0eeaf228ab
commit 15befeb90c

View File

@@ -250,6 +250,7 @@ FileHandleReader::readLine(OString * pLine)
{
case osl_File_E_PIPE: //HACK! for windows
nRead = 0;
//fall-through
case osl_File_E_None:
if (nRead == 0)
{