From: foobar Date: Mon, 11 Jun 2001 14:39:13 +0000 (+0000) Subject: fixed proto X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b15d97a314060a864cbd458f25e8faea2577144;p=php fixed proto --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 7491317cdc..ed3460cb57 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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;