diff options
Diffstat (limited to 'gnu/usr.bin/gzip/inflate.c')
-rw-r--r-- | gnu/usr.bin/gzip/inflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/inflate.c b/gnu/usr.bin/gzip/inflate.c index e7416626b91c9..c57b673b62fa5 100644 --- a/gnu/usr.bin/gzip/inflate.c +++ b/gnu/usr.bin/gzip/inflate.c @@ -97,7 +97,7 @@ */ #ifdef RCSID -static char rcsid[] = "$Id: inflate.c,v 1.6 1997/02/22 15:45:58 peter Exp $"; +static char rcsid[] = "$Id: inflate.c,v 1.7 1997/12/26 21:12:26 wosch Exp $"; #endif #include <sys/types.h> |