mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(runloop_data.c) Fix uninitialized variable warning
This commit is contained in:
parent
962a5d61b6
commit
7d45268506
@ -319,7 +319,7 @@ error:
|
|||||||
static int rarch_main_data_image_iterate_process_transfer(nbio_handle_t *nbio)
|
static int rarch_main_data_image_iterate_process_transfer(nbio_handle_t *nbio)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
int retval;
|
int retval = 0;
|
||||||
|
|
||||||
if (!nbio)
|
if (!nbio)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user