diff options
Diffstat (limited to 'ext/bz2')
-rw-r--r-- | ext/bz2/bz2_filter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c index 8b9ee99804..7f7c53cff3 100644 --- a/ext/bz2/bz2_filter.c +++ b/ext/bz2/bz2_filter.c @@ -71,7 +71,7 @@ static php_stream_filter_status_t php_bz2_decompress_filter( php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags - TSRMLS_DC) + ) { php_bz2_filter_data *data; php_stream_bucket *bucket; @@ -209,7 +209,7 @@ static php_stream_filter_status_t php_bz2_compress_filter( php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags - TSRMLS_DC) + ) { php_bz2_filter_data *data; php_stream_bucket *bucket; |