mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 07:22:28 +00:00
windowscodecs/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
01c9fb96ad
commit
5d8a1cf378
@ -2606,7 +2606,7 @@ static HRESULT WINAPI mdr_GetValue(IWICMetadataReader *iface, const PROPVARIANT
|
|||||||
ok(current_metadata_block != NULL, "current_metadata_block can't be NULL\n");
|
ok(current_metadata_block != NULL, "current_metadata_block can't be NULL\n");
|
||||||
if (!current_metadata_block) return E_POINTER;
|
if (!current_metadata_block) return E_POINTER;
|
||||||
|
|
||||||
ok(schema != NULL && id != NULL && value != NULL, "%p, %p, %p shoud not be NULL\n", schema, id, value);
|
ok(schema != NULL && id != NULL && value != NULL, "%p, %p, %p should not be NULL\n", schema, id, value);
|
||||||
|
|
||||||
for (i = 0; i < current_metadata_block->count; i++)
|
for (i = 0; i < current_metadata_block->count; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user