mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(menu_displaylist.c) Cleanups
This commit is contained in:
parent
1d271a4684
commit
7a0f6c5653
@ -46,8 +46,8 @@ extern size_t core_len;
|
||||
static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
|
||||
unsigned type)
|
||||
{
|
||||
int i, j = 0;
|
||||
char c;
|
||||
int i, j = 0;
|
||||
char *line_start = buf;
|
||||
|
||||
for (i = 0; i < buf_size; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user