(MPNG) Update

This commit is contained in:
twinaphex 2015-02-19 03:33:01 +01:00
parent 542bbd3ee9
commit 9c8dc6c437

View File

@ -93,7 +93,7 @@ bool png_decode(const void * pngdata, size_t pnglen, struct mpng_image * img, en
uint8_t * pixelsend = NULL;
unsigned int palette[256];
int palettelen = 0;
unsigned palettelen = 0;
const uint8_t *data = NULL;
const uint8_t *dataend = NULL;