From b1b1a0596f0a6a81388553588e6f44950015c725 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 30 Oct 2017 12:56:08 +0300 Subject: [PATCH] ws --- Zend/zend_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 9b9c578e20..d96891cb24 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -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; } -- 2.50.1