fix compiler warning about ntfs_inode_sync_standard_information

(Logical change 1.659)
edge.strict_endians
void!yura 2005-01-17 11:50:36 +00:00
parent f4924c7655
commit 3dd3b08b07
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ int ntfs_inode_attach_all_extents(ntfs_inode *ni)
* *
* Return 0 on success or -1 on error with errno set to the error code. * Return 0 on success or -1 on error with errno set to the error code.
*/ */
int ntfs_inode_sync_standard_information(ntfs_inode *ni) { static int ntfs_inode_sync_standard_information(ntfs_inode *ni) {
ntfs_attr_search_ctx *ctx; ntfs_attr_search_ctx *ctx;
STANDARD_INFORMATION *std_info; STANDARD_INFORMATION *std_info;
int err; int err;