From ffbb3c8bd8ed5d0648eb65610cc9bfb7d180aead Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 19 Jun 2000 19:46:24 +0000 Subject: [PATCH] - minor changes --- ext/pdf/pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 9210e9a3faa..eb07fc4c3b0 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -2523,7 +2523,7 @@ PHP_FUNCTION(pdf_close_image) { } /* }}} */ -/* {{{ proto void pdf_place_image(int pdf, int pdfimage, int x, int y, int scale) +/* {{{ proto void pdf_place_image(int pdf, int pdfimage, double x, double y, double scale) Places image in the pdf document */ PHP_FUNCTION(pdf_place_image) { pval *arg1, *arg2, *arg3, *arg4, *arg5;