FS-11896: [core] Fix typos

This commit is contained in:
Andrey Volk
2019-06-20 01:08:07 +04:00
parent 1dd4191601
commit ff21989218
2 changed files with 3 additions and 3 deletions

View File

@@ -122,8 +122,8 @@ SWITCH_DECLARE(switch_status_t) switch_buffer_create_dynamic(switch_buffer_t **b
start_len = 250;
}
if (!block_size) {
block_size = start_len;
if (!blocksize) {
blocksize = start_len;
}
if (!(new_buffer->data = malloc(start_len))) {