mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
Fixed build with gcc 4.1.1
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ static int php_bz2iop_flush(php_stream *stream TSRMLS_DC)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
static php_stream_ops php_stream_bz2io_ops = {
|
||||
php_stream_ops php_stream_bz2io_ops = {
|
||||
php_bz2iop_write, php_bz2iop_read,
|
||||
php_bz2iop_close, php_bz2iop_flush,
|
||||
"BZip2",
|
||||
|
||||
Reference in New Issue
Block a user