mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Fix indentation in xmb.c
This commit is contained in:
parent
7e6a56dafc
commit
e839cf8434
@ -1002,8 +1002,7 @@ static void xmb_render_messagebox_internal(
|
|||||||
|
|
||||||
string_list_initialize(&list);
|
string_list_initialize(&list);
|
||||||
|
|
||||||
if (
|
if (!string_split_noalloc(&list, wrapped_message, "\n")
|
||||||
!string_split_noalloc(&list, wrapped_message, "\n")
|
|
||||||
|| list.elems == 0
|
|| list.elems == 0
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user