fixed tests

This commit is contained in:
sss 2021-03-30 21:20:56 +03:00
parent 4a2514b58d
commit 0bf5ebb68a
No known key found for this signature in database
GPG Key ID: 566CBCDEA8BFB1A7

View File

@ -853,7 +853,7 @@ int TestFreeRDPCodecRemoteFX(int argc, char* argv[])
/* use default threading options here, pass zero as
* ThreadingFlags */
context = rfx_context_new(FALSE, 0);
context = rfx_context_new(FALSE);
if (!context)
goto fail;