Correct a typo that crept in somewhere
This commit is contained in:
parent
2f91bdfa53
commit
94036cc7c0
@ -166,7 +166,7 @@ struct dirent
|
||||
{
|
||||
long d_ino; // Always zero
|
||||
unsigned short d_reclen; // Always zero
|
||||
unsigned shor d_namlen; // Length of name in d_name
|
||||
unsigned short d_namlen; // Length of name in d_name
|
||||
char d_name[FILENAME_MAX]; // File name
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user