From 7cffba4dd6fddd9be8f6aba8e30da0d2a2abd518 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sat, 22 Aug 2020 18:24:10 -0700 Subject: Rename ZLIB_INTERNAL to Z_INTERNAL for consistency. --- tools/makefixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/makefixed.c') 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]; -- cgit 0.0.5-2-1-g0f52