Commit fdbfd0f0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 0ed0e678
...@@ -1556,7 +1556,7 @@ static void test_AviMux(char *arg) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment