Fix coding standard

This commit is contained in:
Rob Loach 2017-11-20 18:47:27 -05:00
parent 25c116e192
commit 9e3d6adf6e
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A

View File

@ -267,9 +267,7 @@ void menu_dialog_push(void)
// Set the label string, if it exists.
const char *label = msg_hash_to_str(MENU_ENUM_LABEL_HELP);
if (label)
{
info.label = strdup(label);
}
menu_displaylist_ctl(DISPLAYLIST_HELP, &info);
}