Drop never read initialization

(cherry picked from commit 9f28920a64)
This commit is contained in:
Christian Göttsche 2020-04-07 21:47:03 +02:00 committed by Yorhel
parent 84834ff370
commit 3959210051

View file

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