1
1

Drop never read initialization

(cherry picked from commit 9f28920a64c155957b83324cd3a3cf0fda6020c9)
Этот коммит содержится в:
Christian Göttsche 2020-04-07 21:47:03 +02:00 коммит произвёл Yorhel
родитель 84834ff370
Коммит 3959210051

Просмотреть файл

@ -330,7 +330,7 @@ void dirlist_select(struct dir *d) {
*/
struct dir *dirlist_top(int hint) {
struct dir *t;
int i = winrows-3, visible = 0;
int i, visible = 0;
if(hint == -2 || hint == -3)
top = NULL;