pajoye          Thu Nov  6 10:17:44 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd     gd.c 
  Log:
  - typo
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.23&r2=1.312.2.20.2.32.2.24&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.20.2.32.2.23 
php-src/ext/gd/gd.c:1.312.2.20.2.32.2.24
--- php-src/ext/gd/gd.c:1.312.2.20.2.32.2.23    Thu Nov  6 10:14:37 2008
+++ php-src/ext/gd/gd.c Thu Nov  6 10:17:44 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.32.2.23 2008/11/06 10:14:37 pajoye Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.24 2008/11/06 10:17:44 pajoye Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -1389,7 +1389,7 @@
                char tmp[12];
                snprintf(tmp, sizeof(tmp), "%d", gdJpegGetVersionInt());
                php_info_print_table_row(2, "JPG Support", "enabled");
-               php_info_print_table_row(2, "libPNG Version", tmp);
+               php_info_print_table_row(2, "libJPEG Version", tmp);
        }
 #endif
 



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

Reply via email to