summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdf')
-rw-r--r--ext/pdf/pdf.c2
1 files changed, 1 insertions, 1 deletions
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),