fixed proto

This commit is contained in:
foobar 2001-06-11 14:39:13 +00:00
parent ffd1c31b53
commit 8b15d97a31

View File

@ -484,7 +484,7 @@ PHP_FUNCTION(imageloadfont)
/* }}} */ /* }}} */
/* {{{ proto void imagesetstyle(resource im, array styles) /* {{{ proto void imagesetstyle(resource im, array styles)
Set the line drawing styles for use with imageline and IMG_COLOR_STYLED. */ Set the line drawing styles for use with imageline and IMG_COLOR_STYLED. */
PHP_FUNCTION(imagesetstyle) PHP_FUNCTION(imagesetstyle)
{ {
zval **IM, **styles; zval **IM, **styles;