mirror of
https://github.com/php/php-src.git
synced 2026-04-04 06:32:49 +02:00
typo
This commit is contained in:
@@ -45,7 +45,7 @@ static int create_segments(size_t requested_size, zend_shared_segment_posix ***s
|
||||
*shared_segments_p = (zend_shared_segment_posix **) calloc(1, sizeof(zend_shared_segment_posix) + sizeof(void *));
|
||||
if (!*shared_segments_p) {
|
||||
*error_in = "calloc";
|
||||
rerurn ALLOC_FAILURE;
|
||||
return ALLOC_FAILURE;
|
||||
}
|
||||
shared_segment = (zend_shared_segment_posix *)((char *)(*shared_segments_p) + sizeof(void *));
|
||||
(*shared_segments_p)[0] = shared_segment;
|
||||
|
||||
Reference in New Issue
Block a user