summaryrefslogtreecommitdiff
path: root/tools/makefixed.c
diff options
context:
space:
mode:
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];