Update rpcrt.c

This commit is contained in:
DavidXanatos 2021-12-20 23:03:30 +01:00
parent d5b8d72b43
commit afa41cee00
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ _FX NTSTATUS RpcRt_FindModulePreset(
//---------------------------------------------------------------------------
const WCHAR* StoreLpcPortName(const WCHAR* wszPortId, const WCHAR* wszPortName)
WCHAR* StoreLpcPortName(const WCHAR* wszPortId, const WCHAR* wszPortName)
{
IPC_DYNAMIC_PORT* port = List_Head(&Ipc_DynamicPortNames);
while (port)