Get rid of double break

This commit is contained in:
twinaphex 2017-02-21 21:08:01 +01:00
parent d06273e38a
commit f7bbafa93d

View File

@ -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 */