Fix typo
This commit is contained in:
parent
3af8924756
commit
c679be366f
@ -110,7 +110,7 @@ void UnListenMessage()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = MH_DisableHook(&recvMsgCallAddr);
|
status = MH_DisableHook(&funcRecvMsg);
|
||||||
if (status != MH_OK) {
|
if (status != MH_OK) {
|
||||||
LOG_ERROR("MH_DisableHook failed: {}", to_string(status));
|
LOG_ERROR("MH_DisableHook failed: {}", to_string(status));
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user