From: Kirill Maximov Date: Tue, 2 Apr 2002 08:54:23 +0000 (+0000) Subject: #Fix for the quot_print - remove unneeded char. X-Git-Tag: php-4.2.0RC2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96a9a83f159729e3cd01f434819d87bfc4d7ca00;p=php #Fix for the quot_print - remove unneeded char. --- diff --git a/ext/standard/quot_print.c b/ext/standard/quot_print.c index bfb78df555..ee7d8ad20e 100644 --- a/ext/standard/quot_print.c +++ b/ext/standard/quot_print.c @@ -130,7 +130,7 @@ PHP_FUNCTION(quoted_printable_decode) RETVAL_STRINGL(str_out, j, 0); } -/* }}} */i +/* }}} */ /* * Local variables: