Skip to content

Commit 583c7a4

Browse files
committed
Merge branch 'PHP-7.4'
2 parents f078bca + 22c8345 commit 583c7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/ffi/ffi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ static uint64_t zend_ffi_bit_field_read(void *ptr, zend_ffi_field *field) /* {{{
581581

582582
return val;
583583
}
584+
/* }}} */
584585

585586
static void zend_ffi_bit_field_to_zval(void *ptr, zend_ffi_field *field, zval *rv) /* {{{ */
586587
{

0 commit comments

Comments
 (0)