diff options
Diffstat (limited to 'dep/src/zlib/inflate.h')
-rw-r--r-- | dep/src/zlib/inflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/src/zlib/inflate.h b/dep/src/zlib/inflate.h index 07bd3e78a7c..7c05e08fcba 100644 --- a/dep/src/zlib/inflate.h +++ b/dep/src/zlib/inflate.h @@ -113,3 +113,4 @@ struct inflate_state { unsigned short work[288]; /* work area for code table building */ code codes[ENOUGH]; /* space for code tables */ }; + |