From cbf5dc7f307ffb600eb0d41f45b4ab88e329729b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 21 Jun 2015 08:01:26 +0200 Subject: [PATCH] (Menu) Fix one label --- menu/menu_displaylist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index aac2c3f89f..11e922e195 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -407,6 +407,7 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info) MENU_SETTINGS_CORE_INFO_NONE, 0, 0); strlcpy(feat_str, "Command interface support", sizeof(feat_str)); + strlcat(feat_str, ": ", sizeof(feat_str)); strlcat(feat_str, _command_supp ? "true" : "false", sizeof(feat_str)); menu_list_push(info->list, feat_str, "", MENU_SETTINGS_CORE_INFO_NONE, 0, 0);