mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Get rid of useless return
This commit is contained in:
parent
e5ffeff36e
commit
c2852bdefe
1 changed files with 0 additions and 1 deletions
|
@ -700,7 +700,6 @@ static void frontend_win32_respawn(char *s, size_t len)
|
|||
{
|
||||
RARCH_LOG("Failed to restart RetroArch\n");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
static bool frontend_win32_set_fork(enum frontend_fork fork_mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue