]> granicus.if.org Git - php/commitdiff
nuke compile warning
authorAntony Dovgal <tony2001@php.net>
Thu, 30 Mar 2006 21:10:23 +0000 (21:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 30 Mar 2006 21:10:23 +0000 (21:10 +0000)
ext/standard/user_filters.c

index 24d9e0ab16d30ac3daaac3ab819e1f1923f537d0..de96cbff2c0d4c0d778ac544be298a5255ddd9ff 100644 (file)
@@ -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;