Skip to content

Commit ab762f6

Browse files
authored
Update zend_string.c
1 parent 1827e0c commit ab762f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_string.c

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

480480
char *p = ZSTR_VAL(res);

0 commit comments

Comments
 (0)