fix compiler warning about ntfs_inode_sync_standard_information
(Logical change 1.659)edge.strict_endians
parent
f4924c7655
commit
3dd3b08b07
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue