]> granicus.if.org Git - php/commitdiff
ws
authorDmitry Stogov <dmitry@zend.com>
Mon, 30 Oct 2017 09:56:08 +0000 (12:56 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 30 Oct 2017 09:56:08 +0000 (12:56 +0300)
Zend/zend_types.h

index 9b9c578e204da6ce0cf5a2125c508cef8dd5f4a1..d96891cb249ea3fad8ca79807011c8e5fc5190c0 100644 (file)
@@ -892,7 +892,7 @@ static zend_always_inline uint32_t zend_gc_refcount(const zend_refcounted_h *p)
 }
 
 static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_h *p, uint32_t rc) {
-    p->refcount = rc;
+       p->refcount = rc;
        return p->refcount;
 }