Fix typo.
authorJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:35:06 +0000 (12:35 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:35:06 +0000 (12:35 +0000)
src/ralloc.c

index fb8325c..b746d8c 100644 (file)
@@ -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;