Merge branch 'patch-1' of https://github.com/jorgenpt/stb into work2

This commit is contained in:
Sean Barrett 2015-04-13 11:47:57 -07:00
commit 533cf5cc4f

View File

@ -297,7 +297,6 @@ void stbiw__write_hdr_scanline(FILE *f, int width, int comp, unsigned char *scra
/* RLE each component separately */
for (c=0; c < 4; c++) {
unsigned char *comp = &scratch[width*c];
int runstart = 0, head = 0, rlerun = 0;
x = 0;
while (x < width) {