]> granicus.if.org Git - php/commitdiff
typo
authorColin Viebrock <cmv@php.net>
Wed, 5 Apr 2000 22:31:40 +0000 (22:31 +0000)
committerColin Viebrock <cmv@php.net>
Wed, 5 Apr 2000 22:31:40 +0000 (22:31 +0000)
ext/gd/gd.c

index 2ca2b9182edb5c335c0d2069a335043c6a16ae3a..611030a84d03e85ecebf7577a0343fa9a8eca431 100644 (file)
@@ -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();
 }