summaryrefslogtreecommitdiff
path: root/tools/makefixed.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@solidstatenetworks.com>2020-08-22 18:24:10 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-08-31 12:33:16 +0200
commit7cffba4dd6fddd9be8f6aba8e30da0d2a2abd518 (patch)
tree9d8f3f8b8f6a1d8f6e4e1e16e650a48aaa315cd6 /tools/makefixed.c
parentb5a81501f272084ebde8a2bc3871c6c1e22d26ff (diff)
downloadProject-Tick-7cffba4dd6fddd9be8f6aba8e30da0d2a2abd518.tar.gz
Project-Tick-7cffba4dd6fddd9be8f6aba8e30da0d2a2abd518.zip
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Diffstat (limited to 'tools/makefixed.c')
-rw-r--r--tools/makefixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makefixed.c b/tools/makefixed.c
index 4cc89a456c..6a7d061a02 100644
--- a/tools/makefixed.c
+++ b/tools/makefixed.c
@@ -5,7 +5,7 @@
#include "inflate.h"
// Build and return state with length and distance decoding tables and index sizes set to fixed code decoding.
-void ZLIB_INTERNAL buildfixedtables(struct inflate_state *state) {
+void Z_INTERNAL buildfixedtables(struct inflate_state *state) {
static code *lenfix, *distfix;
static code fixed[544];