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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fxbarcode/BC_Library.h') diff --git a/fxbarcode/BC_Library.h b/fxbarcode/BC_Library.h index 7be4646c68..4e98743d91 100644 --- a/fxbarcode/BC_Library.h +++ b/fxbarcode/BC_Library.h @@ -33,6 +33,6 @@ enum BC_TYPE { }; void BC_Library_Init(); -void BC_Library_Destory(); +void BC_Library_Destroy(); #endif // FXBARCODE_BC_LIBRARY_H_ -- cgit v1.2.3