Merge branch 'master' of https://github.com/zerhacken/stb into working

pull/225/head
Sean Barrett 2016-01-16 10:02:56 -08:00
commit 20aca08f86
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ unsigned char * stbi_zlib_compress(unsigned char *data, int data_len, int *out_l
{
// compute adler32 on input
unsigned int k=0, s1=1, s2=0;
unsigned int s1=1, s2=0;
int blocklen = (int) (data_len % 5552);
j=0;
while (j < data_len) {