com php-src: typo: Zend/zend_types.h
[email protected] (Dmitry Stogov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 3f89b630b4c35f5ddff7318e2d2be46cf59d2d21 Author: Dmitry Stogov <[email protected]> Wed, 1 Feb 2017 17:36:55 +0300 Parents: 15e9aa1706533cba39a165f78806400cc913e906 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3f89b630b4c35f5ddff7318e2d2be46cf59d2d21 Log: typo Changed paths: M Zend/zend_types.h Diff: diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 7230066..b4330f1 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -913,7 +913,7 @@ static zend_always_inline uint32_t zval_delref_p(zval* pz) { #define SEPARATE_STRING(zv) do { \ zval *_zv = (zv); \ if (Z_REFCOUNT_P(_zv) > 1) { \ - if (Z_REFCOUNTED_P(_zv)); \ + if (Z_REFCOUNTED_P(_zv)) { \ Z_DELREF_P(_zv); \ } \ zval_copy_ctor_func(_zv); \