Skip to content

Commit 0471771

Browse files
committed
Update zend_string.c
1 parent 082cb7b commit 0471771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ ZEND_API zend_never_inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const
473473
ZEND_API zend_string *zend_string_concat2(
474474
const char *str1, size_t str1_len,
475475
const char *str2, size_t str2_len)
476-
}
476+
{
477477
zend_string *res = zend_string_safe_alloc(1, str1_len, str2_len, 0);
478478

479479
char *p = ZSTR_VAL(res);

0 commit comments

Comments
 (0)