mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(task_image.c) Style nit
This commit is contained in:
parent
bebcc1c274
commit
0c2958e384
@ -237,7 +237,7 @@ static int cb_nbio_generic(nbio_handle_t *nbio, size_t *len)
|
||||
|
||||
image->size = *len;
|
||||
image->pos_increment = (*len / 2) ? (*len / 2) : 1;
|
||||
image->processing_pos_increment = (*len / 4) ? (*len / 4) : 1;
|
||||
image->processing_pos_increment = (*len / 4) ? (*len / 4) : 1;
|
||||
|
||||
if (!image_transfer_start(image->handle, nbio->image_type))
|
||||
goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user