From 496bcc879de1186e62bac6fbeff531dbdc9e871c Mon Sep 17 00:00:00 2001 From: okan Date: Sat, 26 Feb 2022 15:19:18 +0000 Subject: whitespace --- kbfunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbfunc.c') diff --git a/kbfunc.c b/kbfunc.c index 70eafd6..2f8d95d 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -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; } -- cgit 1.4.1