changeset 1121:4b61400a5195

Fix typo.
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 12:35:06 +0000
parents 0a486e1a45bc
children 42922d56e5a6
files src/ralloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;