Skip to content

Commit 329d63e

Browse files
committed
Merge branch 'en/dir-traversal'
Fix-up to a topic that is already in 'master'. * en/dir-traversal: dir: introduce readdir_skip_dot_and_dotdot() helper dir: update stale description of treat_directory() Revert "dir: update stale description of treat_directory()" Revert "dir: introduce readdir_skip_dot_and_dotdot() helper"
2 parents 5afd72a + 906fc55 commit 329d63e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dir.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ void dir_init(struct dir_struct *dir)
5959
memset(dir, 0, sizeof(*dir));
6060
}
6161

62-
struct dirent *
63-
readdir_skip_dot_and_dotdot(DIR *dirp)
62+
struct dirent *readdir_skip_dot_and_dotdot(DIR *dirp)
6463
{
6564
struct dirent *e;
6665

0 commit comments

Comments
 (0)