mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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:
parent
0ed0e6785d
commit
fdbfd0f0b3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue