1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Fix typo.

This commit is contained in:
Daniel Collins 2017-09-19 23:30:14 +01:00
parent 597bf27204
commit 4a63b807e2

View File

@ -100,7 +100,7 @@ static BOOL FAR PASCAL list_sessions_cb(
}
else{
/* Last session detected in this pass, return FALSE to make the
* invoking IDirectPlayX_EnumConnections call return rather than
* invoking IDirectPlayX_EnumSessions call return rather than
* searching forever.
*/
return FALSE;