mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Missing break in switch case
This commit is contained in:
parent
2d6f0f194b
commit
e3c4388f76
@ -1099,6 +1099,7 @@ int menu_hash_get_help_us(uint32_t hash, char *s, size_t len)
|
|||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_OVERLAY_SETTINGS),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_OVERLAY_SETTINGS),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU)
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU)
|
||||||
);
|
);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
if (string_is_empty(s))
|
if (string_is_empty(s))
|
||||||
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len);
|
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user