From: Colin Viebrock Date: Wed, 5 Apr 2000 22:31:40 +0000 (+0000) Subject: typo X-Git-Tag: php-4.0RC2~465 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f133141bfb7eac72cf196861b282dcced156330b;p=php typo --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 2ca2b9182e..611030a84d 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -251,10 +251,10 @@ PHP_MINFO_FUNCTION(gd) /* this next part is stupid ... if I knew better, I'd put them all on one row (cmv) */ #ifdef HAVE_GD_GIF - php_info_print_table_row(2, "GIF Support", "enabled); + php_info_print_table_row(2, "GIF Support", "enabled"); #endif #ifdef HAVE_GD_PNG - php_info_print_table_row(2, "PNG Support", "enabled); + php_info_print_table_row(2, "PNG Support", "enabled"); #endif php_info_print_table_end(); }