X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FNTFS%2Fattributes.h;h=6afd912c34e805a703fd80b92da42838101b7819;hb=7461f3e62b0783a3293828e4da74668f832f78b8;hp=b72588e922f1d3df24687ad37dc77bf11dc007bb;hpb=ad0fcdef1e9db0d031dc1bd4f28c51949f2d8072;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/NTFS/attributes.h b/KernelLand/Modules/Filesystems/NTFS/attributes.h index b72588e9..6afd912c 100644 --- a/KernelLand/Modules/Filesystems/NTFS/attributes.h +++ b/KernelLand/Modules/Filesystems/NTFS/attributes.h @@ -69,7 +69,7 @@ typedef struct sNTFS_Attrib_Filename } PACKED Type; Uint8 FilenameLength; - Uint8 FilenameNamespac; //!< Filename namespace (DOS, Windows, Unix) + Uint8 FilenameNamespace; //!< Filename namespace (DOS, Windows, Unix) Uint16 Filename[0]; } PACKED tNTFS_Attrib_Filename;