diff options
-rw-r--r-- | mlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlist.c b/mlist.c index 9676908..bf12c4d 100644 --- a/mlist.c +++ b/mlist.c @@ -123,7 +123,7 @@ listdir(char *dir) break; for (bpos = 0; bpos < nread;) { - d = (struct linux_dirent64 *) (buf + bpos); + d = (struct linux_dirent64 *)(buf + bpos); if (d->d_type != DT_REG && d->d_type != DT_UNKNOWN) goto next; if (d->d_name[0] == '.') |