From: Arun Prakash Jana Date: Sun, 21 Apr 2019 10:10:30 +0000 (+0530) Subject: Reduce statements X-Git-Tag: v2.5~81 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b059e08f3af1819d957c831b92318dd724a67137;p=nnn.git Reduce statements --- diff --git a/src/nnn.c b/src/nnn.c index edecf27d..fdc6f3e5 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);