From 04267de3a121cf93018716b7949417d354a72f0e Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Wed, 31 Jan 2001 17:00:11 +0000 Subject: [PATCH] fix typo --- ext/pdf/pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 64dd22262e..1d52e0cd65 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -2368,7 +2368,7 @@ PHP_FUNCTION(pdf_open_ccitt) { convert_to_long_ex(arg6); convert_to_long_ex(arg7); - pdf_image = PDF_open_ccitt(pdf, + pdf_image = PDF_open_CCITT(pdf, image, Z_LVAL_PP(arg3), Z_LVAL_PP(arg4), -- 2.40.0