diff options
Diffstat (limited to 'zlib/crc32.c')
-rw-r--r-- | zlib/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/crc32.c b/zlib/crc32.c index a91101a81c6..aa62556bca1 100644 --- a/zlib/crc32.c +++ b/zlib/crc32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +/* @(#) $Id: crc32.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */ #include "zlib.h" |