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 /crc32.c | |
parent | 5fad6c557afc3e2e3f555604ac6ee33b726440e7 (diff) |
Rename table headers with tbl suffix.
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include "deflate.h" #include "functable.h" #include "crc32_p.h" -#include "crc32.h" +#include "crc32_tbl.h" /* Local functions for crc concatenation */ |