From 5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 8 May 2015 23:34:31 +0100 Subject: Updated zlib --- lib/zlib/infback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zlib/infback.c') diff --git a/lib/zlib/infback.c b/lib/zlib/infback.c index 981aff17c..f3833c2e4 100644 --- a/lib/zlib/infback.c +++ b/lib/zlib/infback.c @@ -255,7 +255,7 @@ out_func out; void FAR *out_desc; { struct inflate_state FAR *state; - unsigned char FAR *next; /* next input */ + z_const unsigned char FAR *next; /* next input */ unsigned char FAR *put; /* next output */ unsigned have, left; /* available input and output */ unsigned long hold; /* bit buffer */ -- cgit v1.2.3