diff options
author | Jim Blandy <jimb@redhat.com> | 1992-09-13 12:35:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-09-13 12:35:06 +0000 |
commit | 9c3e15babc90e7dc0c25aa3b2975b2faece3003b (patch) | |
tree | 04605985d93e9c17439510e1171bb0066d6e05ff /src/ralloc.c | |
parent | 85bd022f9890accac62a4e31f838960ab4137899 (diff) | |
download | emacs-9c3e15babc90e7dc0c25aa3b2975b2faece3003b.tar.gz |
Fix typo.
Diffstat (limited to 'src/ralloc.c')
-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; |