mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
PINE: fix error format function
This commit is contained in:
parent
bbd308a908
commit
6b556a5206
2 changed files with 3 additions and 3 deletions
|
|
@ -106,9 +106,9 @@ namespace IPC_socket
|
|||
m_old_port = port;
|
||||
}
|
||||
}
|
||||
else if (!enabled && m_ipc_server)
|
||||
else
|
||||
{
|
||||
m_ipc_server.reset(nullptr);
|
||||
m_ipc_server.reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue