Cleanup print_buf_lines

This commit is contained in:
twinaphex 2016-06-03 05:30:06 +02:00
parent 34ad3bd103
commit ddc3c2adcc

View File

@ -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++;