Fixed an endianness declaration

N2009_11_14_FIXES
jpandre 2009-03-11 16:18:18 +00:00
parent 935b1beca8
commit cc96d22ed6
1 changed files with 1 additions and 1 deletions

View File

@ -3876,7 +3876,7 @@ int ntfs_set_ntfs_attrib(const char *path __attribute__((unused)),
ntfs_inode *ni)
{
u32 attrib;
u32 settable;
le32 settable;
int res;
res = -1;