summaryrefslogtreecommitdiff
path: root/libmisc/walk_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmisc/walk_tree.c')
-rw-r--r--libmisc/walk_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c
index 2577cc6..2777145 100644
--- a/libmisc/walk_tree.c
+++ b/libmisc/walk_tree.c
@@ -57,7 +57,7 @@ static int walk_tree_visited(dev_t dev, ino_t ino)
static int walk_tree_rec(const char *path, int walk_flags,
int (*func)(const char *, const struct stat *, int,
- void *), void *arg, int depth)
+ void *), void *arg, int depth)
{
int follow_symlinks = (walk_flags & WALK_TREE_LOGICAL) ||
(!(walk_flags & WALK_TREE_PHYSICAL) &&