From 3edf440f3da4a184bf108a4e25258d32b1305b9a Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 30 May 1998 02:20:55 +0000 Subject: more const here and there; so would benefit everyone --- sys/lib/libz/infblock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/lib/libz/infblock.c') 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}; /* -- cgit v1.2.3