Mercurial > emacs
diff src/ralloc.c @ 1121:4b61400a5195
Fix typo.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 13 Sep 1992 12:35:06 +0000 |
parents | 6c410cc87574 |
children | 761b9b4fd3ed |
line wrap: on
line diff
--- a/src/ralloc.c Sun Sep 13 12:33:23 1992 +0000 +++ b/src/ralloc.c Sun Sep 13 12:35:06 1992 +0000 @@ -404,7 +404,7 @@ /* 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;