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

coverity#705191 Missing break in switch

Change-Id: I3e6b081711a45e6e0d77c6288ad26214b95b3dc7
üst 0eeaf228
......@@ -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)
{
......
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