]> granicus.if.org Git - php/commitdiff
fixed unterminated string constant introduces by foreign patch.
authorKristian Köhntopp <kk@php.net>
Sun, 9 Apr 2000 15:36:59 +0000 (15:36 +0000)
committerKristian Köhntopp <kk@php.net>
Sun, 9 Apr 2000 15:36:59 +0000 (15:36 +0000)
ext/recode/recode.c

index 8967e8c2021c4f769987155fee55dbfc228579e1..3f15ed75f3c3d78021420a1f4fa52bff301d6e3f 100644 (file)
@@ -91,7 +91,7 @@ PHP_MINFO_FUNCTION(recode)
        ReSLS_FETCH();
 
        php_info_print_table_start();
-       php_info_print_table_row(2, "Recode Support", "enabled);
+       php_info_print_table_row(2, "Recode Support", "enabled");
        php_info_print_table_row(2, "Revision", "$Revision$");
        php_info_print_table_end();