This commit is contained in:
twinaphex 2016-05-04 04:03:46 +02:00
parent d8dcaab996
commit f9bd28663a

View File

@ -1043,9 +1043,9 @@ bool rpng_load_image_argb(const char *path, uint32_t **data,
{
int retval;
size_t file_len;
bool ret = true;
rpng_t *rpng = NULL;
void *ptr = NULL;
bool ret = true;
rpng_t *rpng = NULL;
void *ptr = NULL;
struct nbio_t* handle = (struct nbio_t*)nbio_open(path, NBIO_READ);
if (!handle)