| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| index 02a202b27da578742b8f91b7e9ad673665d37e75..79e47177a6577328e39a40a2c822b98e5e4a7c22 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp
|
| @@ -83,7 +83,6 @@ CBC_CommonDecoderResult* CBC_DataMatrixDecodedBitStreamParser::Decode(
|
| BC_EXCEPTION_CHECK_ReturnValue(e, NULL);
|
| break;
|
| default:
|
| - NULL;
|
| e = BCExceptionFormatException;
|
| return NULL;
|
| }
|
|
|