]> granicus.if.org Git - php/commitdiff
Fixed proto. (also bug #10334)
authorfoobar <sniper@php.net>
Fri, 15 Jun 2001 10:44:50 +0000 (10:44 +0000)
committerfoobar <sniper@php.net>
Fri, 15 Jun 2001 10:44:50 +0000 (10:44 +0000)
ext/pdf/pdf.c

index 152ca079d0470c5a2a451152867d9df38cbc4b26..d76baacd37a2b12c2531881ebc38dce4e0536a91 100644 (file)
@@ -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)
 {