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

coverity#705207 Missing break in switch

Change-Id: Iac1085e4dc7c68d69fafe76bd6d22470ebaf84ad
üst 5cf22053
......@@ -387,6 +387,7 @@ TOPIC DifParser::GetNextTopic( void )
case S_UNKNOWN:
// 2 Zeilen ueberlesen
ReadNextLine( aLine );
// fall-through
case S_ERROR_L2: // Fehler in Line 2 aufgetreten
// eine Zeile ueberlesen
ReadNextLine( aLine );
......
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