diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2020-08-23 17:20:20 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-08-27 19:19:30 +0200 |
commit | 4490d52d0a4153a904676a2cae0c105d81c389cd (patch) | |
tree | 0d6d871ff13a55f047e478501281b654dbef0b46 /inflate.c | |
parent | 5fad6c557afc3e2e3f555604ac6ee33b726440e7 (diff) |
Rename table headers with tbl suffix.
Diffstat (limited to 'inflate.c')
-rw-r--r-- | inflate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |