Skip to content

Commit 663d8fc

Browse files
committed
Misc.
1 parent 2365814 commit 663d8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/remote/inet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,12 +1690,12 @@ static rem_port* aux_request( rem_port* port, PACKET* packet)
16901690
if constexpr (
16911691
ARCHITECTURE == arch_darwin_ppc ||
16921692
ARCHITECTURE == arch_darwin_x64 ||
1693-
ARCHITECTURE == arch_darwin_ppc64)
1693+
ARCHITECTURE == arch_darwin_ppc64)
16941694
{
16951695
if (!macOsClient)
16961696
port_address.convertFromMacOsToPosixWindows();
16971697
}
1698-
else if (macOsClient)
1698+
else if (macOsClient)
16991699
port_address.convertFromPosixWindowsToMacOs();
17001700

17011701
response->p_resp_data.cstr_length = (ULONG) port_address.length();

0 commit comments

Comments
 (0)