]> granicus.if.org Git - php/commitdiff
#Fix for the quot_print - remove unneeded char.
authorKirill Maximov <kir@php.net>
Tue, 2 Apr 2002 08:54:23 +0000 (08:54 +0000)
committerKirill Maximov <kir@php.net>
Tue, 2 Apr 2002 08:54:23 +0000 (08:54 +0000)
ext/standard/quot_print.c

index bfb78df555f4d18478b0c8fba7a63d4606961871..ee7d8ad20e9b56982b04b25ef6cf59fdf899ab46 100644 (file)
@@ -130,7 +130,7 @@ PHP_FUNCTION(quoted_printable_decode)
     
     RETVAL_STRINGL(str_out, j, 0);
 }
-/* }}} */i
+/* }}} */
 
 /*
  * Local variables: