diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 13:27:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 14:19:11 +0100 |
commit | c3c1cf88f2e6982604c885b108ff72881213f3d8 (patch) | |
tree | 90f07a43215ddff75475b5dc461eba2d5059a174 /rsc | |
parent | 813d4d3b8d9b67bb5892ab28f081c3d77fd30ba0 (diff) |
coverity#705195 Missing break in switch
Change-Id: I7374fbcd6b89569530db5053fe2d9ac301ffbb80
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/erscerr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx index f11425d84da2..c5a9fd73abe8 100644 --- a/rsc/source/parser/erscerr.cxx +++ b/rsc/source/parser/erscerr.cxx @@ -124,6 +124,7 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage ) case ERR_NOINPUT: StdLstErr( "Input file was not specified.\n"); + //fall-through case ERR_USAGE: StdLstOut( "Copyright (C) 2000 - 2012 LibreOffice contributors.\n" ); { |