diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index fb8325c04de..b746d8c85e8 100644 --- a/src/ralloc.c +++ b/src/ralloc.c @@ -404,7 +404,7 @@ r_re_alloc (ptr, size) /* Zero out the new space in the bloc, to help catch bugs faster. */ bzero (bloc->data + bloc->size, size - bloc->size); - + /* Indicate that this block has a new size. */ bloc->size = size; |