From f2ffb6968ac11f7d63be87737f2b6736d0122880 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 15 Sep 2017 21:44:52 -0400 Subject: Fix Windows compilation errors --- libqpdf/Pl_DCT.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libqpdf/Pl_DCT.cc b/libqpdf/Pl_DCT.cc index 0853f01d..084581be 100644 --- a/libqpdf/Pl_DCT.cc +++ b/libqpdf/Pl_DCT.cc @@ -138,7 +138,7 @@ init_pipeline_destination(j_compress_ptr) { } -static int +static boolean empty_pipeline_output_buffer(j_compress_ptr cinfo) { QTC::TC("libtests", "Pl_DCT empty_pipeline_output_buffer"); @@ -183,7 +183,7 @@ init_buffer_source(j_decompress_ptr) { } -static int +static boolean fill_buffer_input_buffer(j_decompress_ptr) { // The whole JPEG data is expected to reside in the supplied memory -- cgit v1.2.3-54-g00ecf