mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: static analysis fixes
This commit is contained in:
@ -40,7 +40,7 @@ NTSTATUS FspDirectoryControl(
|
||||
FSP_RETURN(Result = STATUS_INVALID_DEVICE_REQUEST);
|
||||
}
|
||||
|
||||
FSP_LEAVE_MJ("", 0);
|
||||
FSP_LEAVE_MJ("%s", "");
|
||||
}
|
||||
|
||||
VOID FspDirectoryControlComplete(
|
||||
@ -48,5 +48,5 @@ VOID FspDirectoryControlComplete(
|
||||
{
|
||||
FSP_ENTER_IOC(PAGED_CODE());
|
||||
|
||||
FSP_LEAVE_IOC("", 0);
|
||||
FSP_LEAVE_IOC("%s", "");
|
||||
}
|
||||
|
Reference in New Issue
Block a user