mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Cleanup print_buf_lines
This commit is contained in:
parent
34ad3bd103
commit
ddc3c2adcc
@ -63,7 +63,7 @@ extern char *core_buf;
|
||||
extern size_t core_len;
|
||||
|
||||
static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
|
||||
unsigned type)
|
||||
enum menu_file_type type)
|
||||
{
|
||||
char c;
|
||||
int i, j = 0;
|
||||
@ -136,6 +136,9 @@ static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
case MENU_FILE_NONE:
|
||||
break;
|
||||
}
|
||||
|
||||
j++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user