mirror of
https://github.com/jarun/nnn.git
synced 2025-01-10 01:49:38 +00:00
Reduce statements
This commit is contained in:
parent
aa1bc78ea7
commit
b059e08f3a
|
@ -2914,9 +2914,7 @@ static void browse(char *ipath)
|
||||||
enum action sel;
|
enum action sel;
|
||||||
bool dir_changed = FALSE;
|
bool dir_changed = FALSE;
|
||||||
struct stat sb;
|
struct stat sb;
|
||||||
char *path, *lastdir, *lastname;
|
char *path, *lastdir, *lastname, *dir, *tmp, *pluginpath = getenv(env_cfg[NNN_PLUGIN_DIR]);
|
||||||
char *dir, *tmp;
|
|
||||||
char *pluginpath = getenv(env_cfg[NNN_PLUGIN_DIR]);
|
|
||||||
|
|
||||||
atexit(dentfree);
|
atexit(dentfree);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue