diff options
Diffstat (limited to 'xfa/fxbarcode/oned/BC_OneDimReader.cpp')
-rw-r--r-- | xfa/fxbarcode/oned/BC_OneDimReader.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fxbarcode/oned/BC_OneDimReader.cpp b/xfa/fxbarcode/oned/BC_OneDimReader.cpp index 5187c34af9..a1cfc9b492 100644 --- a/xfa/fxbarcode/oned/BC_OneDimReader.cpp +++ b/xfa/fxbarcode/oned/BC_OneDimReader.cpp @@ -211,9 +211,7 @@ int32_t CBC_OneDimReader::DecodeDigit(CBC_CommonBitArray* row, } if (bestMatch >= 0) { return bestMatch; - } else { - e = BCExceptionNotFound; - return 0; } + e = BCExceptionNotFound; return 0; } |