diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-01-31 17:00:11 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-01-31 17:00:11 +0000 |
commit | 04267de3a121cf93018716b7949417d354a72f0e (patch) | |
tree | 164567f5416e8df8de0e18db4225f30ae4042ba9 /ext/pdf | |
parent | 6f1ca9de3ec6b7a89c2fe20d5d4acf43448d82ba (diff) | |
download | php-git-04267de3a121cf93018716b7949417d354a72f0e.tar.gz |
fix typo
Diffstat (limited to 'ext/pdf')
-rw-r--r-- | ext/pdf/pdf.c | 2 |
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), |