summaryrefslogtreecommitdiff
path: root/sys/lib/libz/infblock.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-30 02:20:55 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-30 02:20:55 +0000
commit3edf440f3da4a184bf108a4e25258d32b1305b9a (patch)
tree53e6f04e1446624a9f0467d6ccd28a1aacea24fa /sys/lib/libz/infblock.c
parentff59d907975e66d4d2b18d0903f3dfed8a7fdb5d (diff)
more const here and there; so would benefit everyone
Diffstat (limited to 'sys/lib/libz/infblock.c')
-rw-r--r--sys/lib/libz/infblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libz/infblock.c b/sys/lib/libz/infblock.c
index b6f1fab48a3..dd93f18f754 100644
--- a/sys/lib/libz/infblock.c
+++ b/sys/lib/libz/infblock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: infblock.c,v 1.3 1997/11/07 15:57:47 niklas Exp $ */
+/* $OpenBSD: infblock.c,v 1.4 1998/05/30 02:20:51 mickey Exp $ */
/* infblock.c -- interpret and process block types to last block
* Copyright (C) 1995-1996 Mark Adler
@@ -14,7 +14,7 @@
struct inflate_codes_state {int dummy;}; /* for buggy compilers */
/* Table for deflate from PKZIP's appnote.txt. */
-local uInt border[] = { /* Order of the bit length code lengths */
+local const uInt border[] = { /* Order of the bit length code lengths */
16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15};
/*