Break out of for loop when rpng_nbio_load_image_argb_iterate does not

return true
This commit is contained in:
twinaphex 2015-02-25 05:39:05 +01:00
parent 2dd6e38fae
commit 29ad1b9929

View File

@ -228,6 +228,8 @@ static int rarch_main_iterate_image_transfer(void)
4 + 4 + g_extern.nbio.image.handle->chunk.size + 4;
return 0;
}
else
break;
}
return -1;