]> granicus.if.org Git - php/commitdiff
fixed proto
authorfoobar <sniper@php.net>
Mon, 11 Jun 2001 14:39:13 +0000 (14:39 +0000)
committerfoobar <sniper@php.net>
Mon, 11 Jun 2001 14:39:13 +0000 (14:39 +0000)
ext/gd/gd.c

index 7491317cdc6d1111ff3a79c0192d5da6b1277322..ed3460cb571c5e84850c05314accc7d0e5eac9f9 100644 (file)
@@ -484,7 +484,7 @@ PHP_FUNCTION(imageloadfont)
 /* }}} */
 
 /* {{{ 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)
 {
        zval **IM, **styles;