From: Antony Dovgal Date: Thu, 30 Mar 2006 21:10:23 +0000 (+0000) Subject: nuke compile warning X-Git-Tag: php-5.1.3RC3~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fbb54f55cd1f8b8fc3f5ed704f15997c61e319d;p=php nuke compile warning --- diff --git a/ext/standard/user_filters.c b/ext/standard/user_filters.c index 24d9e0ab16..de96cbff2c 100644 --- a/ext/standard/user_filters.c +++ b/ext/standard/user_filters.c @@ -66,7 +66,7 @@ static zend_class_entry user_filter_class_entry; static ZEND_RSRC_DTOR_FUNC(php_bucket_dtor) { - php_stream_bucket *bucket = (struct php_stream_bucket *)rsrc->ptr; + php_stream_bucket *bucket = (php_stream_bucket *)rsrc->ptr; if (bucket) { php_stream_bucket_delref(bucket TSRMLS_CC); bucket = NULL;