dll: fuse: testing

This commit is contained in:
Bill Zissimopoulos
2016-06-11 17:10:27 -07:00
parent 3310a4300e
commit c6bab18947
2 changed files with 2 additions and 2 deletions

View File

@ -639,7 +639,7 @@ FSP_FUSE_API struct fuse_context *fsp_fuse_get_context(struct fsp_fuse_env *rese
return context;
}
FSP_FUSE_API NTSTATUS fsp_fuse_ntstatus_from_errno(struct fsp_fuse_env *env,
FSP_FUSE_API int32_t fsp_fuse_ntstatus_from_errno(struct fsp_fuse_env *env,
int err)
{
if (0 > err)