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

windowscodecs/tests: Add a trailing '\n' to an ok() call.

parent 8e304065
...@@ -550,7 +550,7 @@ static void test_multi_encoder(const struct bitmap_data **srcs, const CLSID* cls ...@@ -550,7 +550,7 @@ static void test_multi_encoder(const struct bitmap_data **srcs, const CLSID* cls
ok(SUCCEEDED(hr), "CreateFrame failed, hr=%x\n", hr); ok(SUCCEEDED(hr), "CreateFrame failed, hr=%x\n", hr);
if (SUCCEEDED(hr)) if (SUCCEEDED(hr))
{ {
ok(options != NULL, "Encoder initialization has not created an property bag"); ok(options != NULL, "Encoder initialization has not created an property bag\n");
if(options) if(options)
test_encoder_properties(clsid_encoder, options); test_encoder_properties(clsid_encoder, options);
......
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