gd: fix proto comment

This commit is contained in:
Remi Collet 2013-04-24 14:42:51 +02:00
parent eb4065b9e1
commit 7189cc5be8

View file

@ -5360,7 +5360,7 @@ PHP_FUNCTION(imagecropauto)
/* }}} */ /* }}} */
/* {{{ proto resource imagescale(resource im, new_width[, new_height[, method]]) /* {{{ proto resource imagescale(resource im, new_width[, new_height[, method]])
Crop an image using the given coordinates and size, x, y, width and height. */ Scale an image using the given new width and height. */
PHP_FUNCTION(imagescale) PHP_FUNCTION(imagescale)
{ {
zval *IM; zval *IM;