Correct a typo that crept in somewhere
[ardour.git] / libs / pbd / pbd / msvc_pbd.h
index a471dd11bae11d3dce3a6488bba3691d310f7da4..33d1834b088f300811b02242d179721e493039ef 100644 (file)
@@ -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
 };