mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
dll: fuse: cosmetic fix
This commit is contained in:
parent
77e7147893
commit
e08b462566
@ -537,7 +537,7 @@ FSP_FUSE_API struct fuse *fsp_fuse_new(struct fsp_fuse_env *env,
|
|||||||
switch (Result)
|
switch (Result)
|
||||||
{
|
{
|
||||||
case STATUS_ACCESS_DENIED:
|
case STATUS_ACCESS_DENIED:
|
||||||
ErrorMessage = L": Access denied.";
|
ErrorMessage = L": access denied.";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case STATUS_NO_SUCH_DEVICE:
|
case STATUS_NO_SUCH_DEVICE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user