From: sin Date: Wed, 22 Oct 2014 15:55:26 +0000 (+0100) Subject: Vertical spacing fixes X-Git-Tag: v1.0~92^2~157 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b39da16920b46dec42a5c3059cfeb1a2612667ee;p=nnn.git Vertical spacing fixes --- diff --git a/noice.c b/noice.c index 4f48b2f3..897bcb97 100644 --- a/noice.c +++ b/noice.c @@ -601,7 +601,6 @@ nochange: goto nochange; name = dents[cur].name; - DPRINTF_S(name); /* Get path info */ @@ -611,6 +610,7 @@ nochange: goto nochange; } DPRINTF_U(sb.st_mode); + switch (sb.st_mode & S_IFMT) { case S_IFDIR: free(path); @@ -624,7 +624,6 @@ nochange: cur = 0; goto out; case S_IFREG: - /* Open with */ bin = openwith(name); if (bin == NULL) { printmsg("No association");