mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +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)
|
||||
{
|
||||
unsigned i;
|
||||
int retval;
|
||||
int retval = 0;
|
||||
|
||||
if (!nbio)
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user