mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(menu/menu_displaylist) Fix ommited space in power source info
This commit is contained in:
parent
c740df1da6
commit
4a08a3462c
@ -339,6 +339,7 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
|
|||||||
switch (state)
|
switch (state)
|
||||||
{
|
{
|
||||||
case FRONTEND_POWERSTATE_NONE:
|
case FRONTEND_POWERSTATE_NONE:
|
||||||
|
strlcat(tmp2, " ", sizeof(tmp));
|
||||||
strlcat(tmp2, menu_hash_to_str(MENU_VALUE_NOT_AVAILABLE), sizeof(tmp));
|
strlcat(tmp2, menu_hash_to_str(MENU_VALUE_NOT_AVAILABLE), sizeof(tmp));
|
||||||
break;
|
break;
|
||||||
case FRONTEND_POWERSTATE_NO_SOURCE:
|
case FRONTEND_POWERSTATE_NO_SOURCE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user