mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +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);
|
||||
|
||||
if (
|
||||
!string_split_noalloc(&list, wrapped_message, "\n")
|
||||
if (!string_split_noalloc(&list, wrapped_message, "\n")
|
||||
|| list.elems == 0
|
||||
)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user