mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(RPNG) Cleanup
This commit is contained in:
parent
fa27a8447e
commit
ee95af8ae3
@ -962,9 +962,8 @@ int rpng_process_image(rpng_t *rpng,
|
|||||||
|
|
||||||
if (!rpng->process.inflate_initialized)
|
if (!rpng->process.inflate_initialized)
|
||||||
{
|
{
|
||||||
int ret = rpng_load_image_argb_process_inflate_init(rpng, data,
|
if (rpng_load_image_argb_process_inflate_init(rpng, data,
|
||||||
width, height);
|
width, height) == -1)
|
||||||
if (ret == -1)
|
|
||||||
return PNG_PROCESS_ERROR;
|
return PNG_PROCESS_ERROR;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user