mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Correct a typo that crept in somewhere
This commit is contained in:
parent
2f91bdfa53
commit
94036cc7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ struct dirent
|
||||||
{
|
{
|
||||||
long d_ino; // Always zero
|
long d_ino; // Always zero
|
||||||
unsigned short d_reclen; // 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
|
char d_name[FILENAME_MAX]; // File name
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue