changeset 1061:43905dacb365

Clarify.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 00:02:24 +0200
parents 5006cfe66250
children d36bf7514614
files src/dmzlib.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmzlib.h	Mon Mar 02 00:02:05 2015 +0200
+++ b/src/dmzlib.h	Mon Mar 02 00:02:24 2015 +0200
@@ -23,7 +23,7 @@
 {
     Uint16  fast[DM_ZLIB_HFAST_SIZE];
     Uint16  firstCode[16];
-    int     maxCode[17];
+    int     maxCode[16 + 1];
     Uint16  firstSymbol[16];
     Uint8   size[288];
     Uint16  value[288];