Reduce statements

This commit is contained in:
Arun Prakash Jana 2019-04-21 15:40:30 +05:30
parent aa1bc78ea7
commit b059e08f3a
1 changed files with 1 additions and 3 deletions

View File

@ -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);