diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2002-03-11 21:50:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-03-11 21:50:08 +0000 |
commit | 2eb018ff2cd172cfba39610bf797b682df4040b1 (patch) | |
tree | 517df01c0a2486887f96360ff2aefbb816be560b /zlib/crc32.c | |
parent | 6c40858f8e8ff07a7ab7fcd633046096ebc12279 (diff) | |
download | gcc-2eb018ff2cd172cfba39610bf797b682df4040b1.tar.gz |
Dummy commit in preparation for import
From-SVN: r50605
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" |