mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +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)
|
||||
{
|
||||
case FRONTEND_POWERSTATE_NONE:
|
||||
strlcat(tmp2, " ", sizeof(tmp));
|
||||
strlcat(tmp2, menu_hash_to_str(MENU_VALUE_NOT_AVAILABLE), sizeof(tmp));
|
||||
break;
|
||||
case FRONTEND_POWERSTATE_NO_SOURCE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user