Bugfix: added missing break

This commit is contained in:
Andreas Huggel
2004-07-03 06:46:23 +00:00
parent 48cd8eba96
commit ba2770426f
+3 -2
View File
@@ -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";