lsteamclient: Add a missing parameter.

CW-Bug-Id: #24510
This commit is contained in:
Rémi Bernon 2024-11-21 18:20:59 +01:00 committed by Arkadiusz Hiler
parent 650a04b1ef
commit 3a4858bd6b

View File

@ -346,7 +346,7 @@ NTSTATUS steamclient_callback_message_receive( void *args )
} }
else else
{ {
WARN( "Unexpected SteamAPICallCompleted_t callback size %d, not doing API callback size conversion." ); WARN( "Unexpected SteamAPICallCompleted_t callback size %d, not doing API callback size conversion.", params->w_msg->m_cubParam );
} }
} }
return 0; return 0;