Skip to content

Commit 15bcd5e

Browse files
committed
emdash
1 parent fb08e43 commit 15bcd5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steamnetworkingsockets/clientlib/steamnetworkingsockets_lowlevel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,7 @@ static bool DrainSocket( CRawUDPSocketImpl *pSock )
26622662
}
26632663

26642664
// If we get here, we scanned all control messages but didn't get the TOS data.
2665-
// Only assert if we successfully enabled TOS on this socket if the setsockopt
2665+
// Only assert if we successfully enabled TOS on this socket -- if the setsockopt
26662666
// failed we already warned at startup and shouldn't fire repeatedly here.
26672667
AssertMsgOnce( !pSock->m_bTOSEnabled, "No control data returned even though we asked for TOS?" );
26682668
}

0 commit comments

Comments
 (0)