From: Hartmut Holzgraefe Date: Mon, 17 Mar 2003 13:00:13 +0000 (+0000) Subject: proto fix X-Git-Tag: RELEASE_0_5~446 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=212abb49969119008697a6903010edb75759bcd4;p=php proto fix --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 97a0b2f171..5ad0ae6ab6 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -4126,7 +4126,7 @@ PHP_FUNCTION(imagefilter) /* }}} */ /* End section: Filters */ -/* {{{ proto imagesetantialias(int im, bool on) +/* {{{ proto bool imagesetantialias(int im, bool on) Should antialiased functions used or not*/ PHP_FUNCTION(imageantialias) {