mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Get rid of double break
This commit is contained in:
parent
d06273e38a
commit
f7bbafa93d
@ -1585,7 +1585,6 @@ int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
"schnelles Netzwerk benötigt. Da kein Rücklauf benötigt wird, \n"
|
||||
"tritt keine Netplay-Verzögerung auf.\n");
|
||||
break;
|
||||
break;
|
||||
case MENU_ENUM_LABEL_NETPLAY_CHECK_FRAMES:
|
||||
{
|
||||
/* Work around C89 limitations */
|
||||
|
Loading…
x
Reference in New Issue
Block a user