We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13a9dc commit 45b844bCopy full SHA for 45b844b
configs/yaf_config_ini.c
@@ -71,7 +71,7 @@ ZEND_END_ARG_INFO()
71
72
/** {{{ static inline yaf_deep_copy_section(zval *dst, zval *src TSRMLS_DC)
73
*/
74
-static inline yaf_deep_copy_section(zval *dst, zval *src TSRMLS_DC) {
+static inline void yaf_deep_copy_section(zval *dst, zval *src TSRMLS_DC) {
75
zval **ppzval, **dstppzval, *value;
76
HashTable *ht;
77
ulong idx;
0 commit comments