summaryrefslogtreecommitdiff
path: root/crc32.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 /crc32.c
parent5fad6c557afc3e2e3f555604ac6ee33b726440e7 (diff)
Rename table headers with tbl suffix.
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc32.c b/crc32.c
index ebc2be1..d468273 100644
--- a/crc32.c
+++ b/crc32.c
@@ -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 */