From: foobar Date: Fri, 15 Jun 2001 10:44:50 +0000 (+0000) Subject: Fixed proto. (also bug #10334) X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32de53b7f532f9b7e6cce51c10338553a28fc845;p=php Fixed proto. (also bug #10334) --- diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 152ca079d0..d76baacd37 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -1191,7 +1191,7 @@ PHP_FUNCTION(pdf_setlinewidth) } /* }}} */ -/* {{{ proto void pdf_setdash(int pdfdoc, double white, double black) +/* {{{ proto void pdf_setdash(int pdfdoc, double black, double white) Sets dash pattern */ PHP_FUNCTION(pdf_setdash) {