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

coverity#705195 Missing break in switch

Change-Id: I7374fbcd6b89569530db5053fe2d9ac301ffbb80
üst 813d4d3b
...@@ -124,6 +124,7 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage ) ...@@ -124,6 +124,7 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
case ERR_NOINPUT: case ERR_NOINPUT:
StdLstErr( "Input file was not specified.\n"); StdLstErr( "Input file was not specified.\n");
//fall-through
case ERR_USAGE: case ERR_USAGE:
StdLstOut( "Copyright (C) 2000 - 2012 LibreOffice contributors.\n" ); StdLstOut( "Copyright (C) 2000 - 2012 LibreOffice contributors.\n" );
{ {
......
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