summaryrefslogtreecommitdiff
path: root/app/cwm/kbfunc.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2022-02-26 15:19:19 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2022-02-26 15:19:19 +0000
commit1bc7b4ecf9849762ce5650b6bb70768af3457631 (patch)
tree7f987ad52303ce6daf8238e5bcd5343ee958ef23 /app/cwm/kbfunc.c
parent8d9b9444cf0633c3fa7fbe4f9e3537ac5c4eda4e (diff)
whitespace
Diffstat (limited to 'app/cwm/kbfunc.c')
-rw-r--r--app/cwm/kbfunc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c
index e2d505d16..9a943df61 100644
--- a/app/cwm/kbfunc.c
+++ b/app/cwm/kbfunc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: kbfunc.c,v 1.171 2022/01/27 18:45:10 op Exp $
+ * $OpenBSD: kbfunc.c,v 1.172 2022/02/26 15:19:18 okan Exp $
*/
#include <sys/types.h>
@@ -668,7 +668,7 @@ kbfunc_menu_exec(void *ctx, struct cargs *cargs)
/* lstat(2) in case d_type isn't supported. */
if (lstat(tpath, &sb) == -1)
continue;
- if (!S_ISREG(sb.st_mode) &&
+ if (!S_ISREG(sb.st_mode) &&
!S_ISLNK(sb.st_mode))
continue;
}