mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
Remove useless return in function
This commit is contained in:
parent
3181705a2d
commit
eb45079cbe
1
rewind.c
1
rewind.c
@ -505,7 +505,6 @@ recheckcapacity:;
|
|||||||
state->nextblock = swap;
|
state->nextblock = swap;
|
||||||
|
|
||||||
state->entries++;
|
state->entries++;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void state_manager_capacity(state_manager_t *state,
|
void state_manager_capacity(state_manager_t *state,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user