mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Drop never read initialization
This commit is contained in:
parent
ad5b7fce74
commit
9f28920a64
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue