Drop never read initialization

This commit is contained in:
Christian Göttsche 2020-04-07 21:47:03 +02:00
parent ad5b7fce74
commit 9f28920a64

View file

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