]> granicus.if.org Git - php/commitdiff
fix typo
authorDaniel Beulshausen <dbeu@php.net>
Wed, 31 Jan 2001 17:00:11 +0000 (17:00 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Wed, 31 Jan 2001 17:00:11 +0000 (17:00 +0000)
ext/pdf/pdf.c

index 64dd22262ea836f08c9c618c732918aacfb57be2..1d52e0cd6556042470ece7b200f80ae7bcbdf85c 100644 (file)
@@ -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),