diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/zlib.c b/sys/net/zlib.c index 73e9572..8fc8cab 100644 --- a/sys/net/zlib.c +++ b/sys/net/zlib.c @@ -94,7 +94,7 @@ typedef unsigned short ush; typedef ush FAR ushf; typedef unsigned long ulg; -extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */ +static const char *z_errmsg[10]; /* indexed by 2-zlib_error */ /* (size given to avoid silly warnings with Visual C++) */ #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)] |