summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/trees.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gzip/trees.c')
-rw-r--r--gnu/usr.bin/gzip/trees.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/trees.c b/gnu/usr.bin/gzip/trees.c
index db3b4b7..d5b41c8 100644
--- a/gnu/usr.bin/gzip/trees.c
+++ b/gnu/usr.bin/gzip/trees.c
@@ -59,7 +59,7 @@
#include "gzip.h"
#ifdef RCSID
-static char rcsid[] = "$Id: trees.c,v 0.12 1993/06/10 13:27:54 jloup Exp $";
+static char rcsid[] = "$Id: trees.c,v 1.3 1993/10/14 00:33:11 nate Exp $";
#endif
/* ===========================================================================
@@ -342,7 +342,7 @@ void ct_init(attr, methodp)
file_type = attr;
file_method = methodp;
compressed_len = input_len = 0L;
-
+
if (static_dtree[0].Len != 0) return; /* ct_init already called */
/* Initialize the mapping length (0..255) -> length code (0..28) */
OpenPOWER on IntegriCloud