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 /fpdfsdk | |
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 'fpdfsdk')
-rw-r--r-- | fpdfsdk/fpdfview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfview.cpp b/fpdfsdk/fpdfview.cpp index 6f32473985..4fea392228 100644 --- a/fpdfsdk/fpdfview.cpp +++ b/fpdfsdk/fpdfview.cpp @@ -419,7 +419,7 @@ DLLEXPORT void STDCALL FPDF_DestroyLibrary() { return; #ifdef PDF_ENABLE_XFA - BC_Library_Destory(); + BC_Library_Destroy(); FXJSE_Finalize(); #endif // PDF_ENABLE_XFA |