Fixed build with gcc 4.1.1

This commit is contained in:
Ilia Alshanetsky 2006-08-30 18:40:01 +00:00
parent 162a77db45
commit d2d5387a92

View File

@ -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_write, php_bz2iop_read,
php_bz2iop_close, php_bz2iop_flush, php_bz2iop_close, php_bz2iop_flush,
"BZip2", "BZip2",