Get rid of useless return

This commit is contained in:
twinaphex 2020-02-01 17:26:32 +01:00
parent e5ffeff36e
commit c2852bdefe

View File

@ -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)