From: Edin Kadribasic Date: Sun, 29 Jun 2003 23:49:39 +0000 (+0000) Subject: Fixed CVS screw-up leftovers X-Git-Tag: php-4.3.3RC2~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04ced9d63da7b46ffe77f1b1a0901594f702d5d4;p=php Fixed CVS screw-up leftovers --- diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c index 7618ef0cc9..2fc287f14b 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -216,8 +216,7 @@ static php_stream_wrapper_ops bzip2_stream_wops = { NULL, /* fstat */ NULL, /* stat */ NULL, /* opendir */ - "BZip2", - NULL /* unlink */ + "BZip2" }; php_stream_wrapper php_stream_bzip2_wrapper = {