diff options
Diffstat (limited to 'libs/zlib/src/crc32.c')
-rw-r--r-- | libs/zlib/src/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zlib/src/crc32.c b/libs/zlib/src/crc32.c index 2de138b1d4..9580440c0e 100644 --- a/libs/zlib/src/crc32.c +++ b/libs/zlib/src/crc32.c @@ -1,4 +1,4 @@ -/* crc32.c -- compute the CRC-32 of a data stream +/* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * |