Updated to version 1.2.8 of ZLib

This commit is contained in:
Gianluca Bertani
2013-06-18 23:23:28 +02:00
parent e8b715640e
commit 2caf1cea56
17 changed files with 227 additions and 130 deletions
+1 -1
View File
@@ -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 */