Bugfix: added missing break
This commit is contained in:
+3
-2
@@ -22,13 +22,13 @@
|
||||
Abstract: Command line program to display and manipulate image %Exif data
|
||||
|
||||
File: exiv2.cpp
|
||||
Version: $Name: $ $Revision: 1.10 $
|
||||
Version: $Name: $ $Revision: 1.11 $
|
||||
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
|
||||
History: 10-Dec-03, ahu: created
|
||||
*/
|
||||
// *****************************************************************************
|
||||
#include "rcsid.hpp"
|
||||
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.10 $ $RCSfile: exiv2.cpp,v $")
|
||||
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: exiv2.cpp,v $")
|
||||
|
||||
// *****************************************************************************
|
||||
// included header files
|
||||
@@ -266,6 +266,7 @@ int Params::option(int opt, const std::string& optarg, int optopt)
|
||||
rc = 1;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case Action::extract:
|
||||
std::cerr << progname()
|
||||
<< ": Ignoring surplus option -e" << optarg << "\n";
|
||||
|
||||
Reference in New Issue
Block a user