qcap/tests: A spelling fix in an ok() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-01-07 14:43:02 +01:00 committed by Alexandre Julliard
parent 0ed0e6785d
commit fdbfd0f0b3

View file

@ -1556,7 +1556,7 @@ static void test_AviMux(char *arg)
props.cbAlign = 0xdeadbee3; props.cbAlign = 0xdeadbee3;
props.cbPrefix = 0xdeadbee4; props.cbPrefix = 0xdeadbee4;
hr = IMemInputPin_GetAllocatorRequirements(memin, &props); hr = IMemInputPin_GetAllocatorRequirements(memin, &props);
ok(hr==S_OK || broken(hr==E_INVALIDARG), "GetAllocatorRequirments returned %x\n", hr); ok(hr==S_OK || broken(hr==E_INVALIDARG), "GetAllocatorRequirements returned %x\n", hr);
if(hr == S_OK) { if(hr == S_OK) {
ok(props.cBuffers == 0xdeadbee1, "cBuffers = %d\n", props.cBuffers); ok(props.cBuffers == 0xdeadbee1, "cBuffers = %d\n", props.cBuffers);
ok(props.cbBuffer == 0xdeadbee2, "cbBuffer = %d\n", props.cbBuffer); ok(props.cbBuffer == 0xdeadbee2, "cbBuffer = %d\n", props.cbBuffer);