Skip to content

Commit 3f89b63

Browse files
committed
typo
1 parent 15e9aa1 commit 3f89b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ static zend_always_inline uint32_t zval_delref_p(zval* pz) {
913913
#define SEPARATE_STRING(zv) do { \
914914
zval *_zv = (zv); \
915915
if (Z_REFCOUNT_P(_zv) > 1) { \
916-
if (Z_REFCOUNTED_P(_zv)); \
916+
if (Z_REFCOUNTED_P(_zv)) { \
917917
Z_DELREF_P(_zv); \
918918
} \
919919
zval_copy_ctor_func(_zv); \

0 commit comments

Comments
 (0)