hholzgra                Mon Mar 17 08:50:28 2003 EDT

  Modified files:              
    /php4/ext/gd        gd.c 
  Log:
  fixing my proto fix :|
  
  
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.255 php4/ext/gd/gd.c:1.256
--- php4/ext/gd/gd.c:1.255      Mon Mar 17 08:00:13 2003
+++ php4/ext/gd/gd.c    Mon Mar 17 08:50:27 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.255 2003/03/17 13:00:13 hholzgra Exp $ */
+/* $Id: gd.c,v 1.256 2003/03/17 13:50:27 hholzgra Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -4126,7 +4126,7 @@
 /* }}} */
 /* End section: Filters */
 
-/* {{{ proto bool imagesetantialias(int im, bool on)
+/* {{{ proto bool imageantialias(int im, bool on)
         Should antialiased functions used or not*/
 PHP_FUNCTION(imageantialias)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to