]> granicus.if.org Git - php/commitdiff
Fixed build with gcc 4.1.1
authorIlia Alshanetsky <iliaa@php.net>
Wed, 30 Aug 2006 18:40:01 +0000 (18:40 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 30 Aug 2006 18:40:01 +0000 (18:40 +0000)
ext/bz2/bz2.c

index fd3e83f301b53dd49f3debdfd02c08c86b519a62..aefeda0737bdb09e344d1a42da68a494e6dc847b 100644 (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_close, php_bz2iop_flush,
        "BZip2",