diff options
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r-- | ext/cpdf/php_cpdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index 517c018944..cf7cd7dc7a 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -120,4 +120,4 @@ PHP_FUNCTION(cpdf_set_action_url); #define cpdf_module_ptr NULL #endif #define phpext_cpdf_ptr cpdf_module_ptr -#endif /* _PHP3_PDF_H */ +#endif /* _PHP_PDF_H */ |