mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 03:45:01 +00:00
Fix lint error
This commit is contained in:
parent
3a9def25d8
commit
cc3702b2e1
1 changed files with 3 additions and 2 deletions
|
@ -1363,8 +1363,9 @@ static bool xmkentryp(char* path, bool dir)
|
|||
DPRINTF_S("open fail");
|
||||
DPRINTF_S(strerror(errno));
|
||||
return FALSE;
|
||||
} else
|
||||
close(fd);
|
||||
}
|
||||
|
||||
close(fd);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue