Add break to menu_hash_es.c

This commit is contained in:
twinaphex 2015-11-16 19:13:30 +01:00
parent c9104b20e7
commit bd479556db

View File

@ -2129,6 +2129,7 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
menu_hash_to_str(MENU_LABEL_VALUE_OVERLAY_SETTINGS),
menu_hash_to_str(MENU_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU)
);
break;
default:
if (s[0] == '\0')
strlcpy(s, menu_hash_to_str(MENU_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len);