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

This commit is contained in:
Francois Gouget 2013-04-03 16:07:10 +02:00 committed by Alexandre Julliard
parent 8e304065c1
commit b84d91dfec
1 changed files with 1 additions and 1 deletions

View File

@ -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);
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)
test_encoder_properties(clsid_encoder, options);