summaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2020-08-23 17:20:20 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-08-27 19:19:30 +0200
commit4490d52d0a4153a904676a2cae0c105d81c389cd (patch)
tree0d6d871ff13a55f047e478501281b654dbef0b46 /inflate.c
parent5fad6c557afc3e2e3f555604ac6ee33b726440e7 (diff)
Rename table headers with tbl suffix.
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inflate.c b/inflate.c
index 4f99c0e..7211bf8 100644
--- a/inflate.c
+++ b/inflate.c
@@ -9,7 +9,7 @@
#include "inflate.h"
#include "inffast.h"
#include "inflate_p.h"
-#include "inffixed.h"
+#include "inffixed_tbl.h"
#include "functable.h"
/* Architecture-specific hooks. */
@@ -190,7 +190,7 @@ int32_t ZEXPORT PREFIX(inflatePrime)(PREFIX3(stream) *strm, int32_t bits, int32_
/*
Return state with length and distance decoding tables and index sizes set to
- fixed code decoding. This returns fixed tables from inffixed.h.
+ fixed code decoding. This returns fixed tables from inffixed_tbl.h.
*/
void ZLIB_INTERNAL fixedtables(struct inflate_state *state) {