diff options
author | Derick Rethans <derick@php.net> | 2001-05-21 22:37:47 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-05-21 22:37:47 +0000 |
commit | 5512466878fd3072ee85995b8315276f1c86d303 (patch) | |
tree | 6d916eea1e26778c26c5805f050d5b297ca27886 /ext | |
parent | 31404981d316083b59de6c9a62db33731aa25f8d (diff) | |
download | php-git-5512466878fd3072ee85995b8315276f1c86d303.tar.gz |
- Nuke warning
Diffstat (limited to 'ext')
-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 39f6e264dc..70109e1b8e 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -1889,7 +1889,7 @@ PHP_FUNCTION(pdf_open_memory_image) { zval **arg1, **arg2; int i, j, color, count; - int pdf_image, *img; + int pdf_image; gdImagePtr im; unsigned char *buffer, *ptr; PDF *pdf; |