summaryrefslogtreecommitdiff
path: root/src/gzip/inftrees.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip/inftrees.h')
-rw-r--r--src/gzip/inftrees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gzip/inftrees.h b/src/gzip/inftrees.h
index 2daa00063..a2207efb1 100644
--- a/src/gzip/inftrees.h
+++ b/src/gzip/inftrees.h
@@ -60,7 +60,7 @@ typedef enum {
DISTS
} codetype;
-int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
+static int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
unsigned codes, code FAR * FAR *table,
unsigned FAR *bits, unsigned short FAR *work));