summaryrefslogtreecommitdiff
path: root/ext/pdf/pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdf/pdf.c')
-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 f283f0ce87..4b6a888563 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -465,7 +465,7 @@ PHP_FUNCTION(pdf_set_info_keywords)
PHP_FUNCTION(pdf_open)
{
zval **file;
- void * what;
+ void *what;
int type;
FILE *fp = NULL;
PDF *pdf;