aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index edecf27..fdc6f3e 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2914,9 +2914,7 @@ static void browse(char *ipath)
enum action sel;
bool dir_changed = FALSE;
struct stat sb;
- char *path, *lastdir, *lastname;
- char *dir, *tmp;
- char *pluginpath = getenv(env_cfg[NNN_PLUGIN_DIR]);
+ char *path, *lastdir, *lastname, *dir, *tmp, *pluginpath = getenv(env_cfg[NNN_PLUGIN_DIR]);
atexit(dentfree);