summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/msvc_pbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/msvc_pbd.h')
-rw-r--r--libs/pbd/pbd/msvc_pbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/msvc_pbd.h b/libs/pbd/pbd/msvc_pbd.h
index a471dd11ba..33d1834b08 100644
--- a/libs/pbd/pbd/msvc_pbd.h
+++ b/libs/pbd/pbd/msvc_pbd.h
@@ -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
};