mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Get rid of double break
This commit is contained in:
parent
d06273e38a
commit
f7bbafa93d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue