summaryrefslogtreecommitdiff
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-09-13 12:35:06 +0000
committerJim Blandy <jimb@redhat.com>1992-09-13 12:35:06 +0000
commit9c3e15babc90e7dc0c25aa3b2975b2faece3003b (patch)
tree04605985d93e9c17439510e1171bb0066d6e05ff /src/ralloc.c
parent85bd022f9890accac62a4e31f838960ab4137899 (diff)
downloademacs-9c3e15babc90e7dc0c25aa3b2975b2faece3003b.tar.gz
Fix typo.
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c2
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;