diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-25 21:00:41 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-25 21:00:41 +0200 |
commit | dab49a087d4ca7b379e316c26df6958a2f27999e (patch) | |
tree | fd472f232fac8a24639c08f133dbc6dd84fa3a6b | |
parent | a705f8c3fa3c36adc21f99493e8ff7f55621e04c (diff) | |
download | mblaze-dab49a087d4ca7b379e316c26df6958a2f27999e.tar.gz mblaze-dab49a087d4ca7b379e316c26df6958a2f27999e.tar.xz mblaze-dab49a087d4ca7b379e316c26df6958a2f27999e.zip |
mlist: style
-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] == '.') |