diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-04-27 14:58:53 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-27 22:11:36 +0000 |
commit | 5628fd71197c0d476a89cf3a00810aaf9fdfc086 (patch) | |
tree | 776174625f009e1b421596366bd919e7659a44f9 /fxbarcode/BC_Library.cpp | |
parent | 6714ff81237e36ce0a21dbbff3e0a549dfc561a7 (diff) | |
download | pdfium-5628fd71197c0d476a89cf3a00810aaf9fdfc086.tar.xz |
Add barcode test skeleton
Individual tests need some more fleshing out.
Fix spelling of "Destroy" while we're at it.
Bug: pdfium:699
Change-Id: I05f1da8654bfdf92cb264adae16e1b3209587a31
Reviewed-on: https://pdfium-review.googlesource.com/4550
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/BC_Library.cpp')
-rw-r--r-- | fxbarcode/BC_Library.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fxbarcode/BC_Library.cpp b/fxbarcode/BC_Library.cpp index c52e92a191..5d658ef3ec 100644 --- a/fxbarcode/BC_Library.cpp +++ b/fxbarcode/BC_Library.cpp @@ -25,7 +25,8 @@ void BC_Library_Init() { CBC_ErrorCorrection::Initialize(); CBC_PDF417HighLevelEncoder::Initialize(); } -void BC_Library_Destory() { + +void BC_Library_Destroy() { CBC_QRCoderErrorCorrectionLevel::Finalize(); CBC_QRCoderMode::Finalize(); CBC_QRCoderVersion::Finalize(); |