From 5628fd71197c0d476a89cf3a00810aaf9fdfc086 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 27 Apr 2017 14:58:53 -0700 Subject: 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 Reviewed-by: Lei Zhang --- fxbarcode/BC_Library.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fxbarcode/BC_Library.cpp') 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(); -- cgit v1.2.3