From b84d91dfecfd5ecd2438a99cde874934efe21616 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 3 Apr 2013 16:07:10 +0200 Subject: [PATCH] windowscodecs/tests: Add a trailing '\n' to an ok() call. --- dlls/windowscodecs/tests/converter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/windowscodecs/tests/converter.c b/dlls/windowscodecs/tests/converter.c index a551fde936e..5b8f6e4f955 100644 --- a/dlls/windowscodecs/tests/converter.c +++ b/dlls/windowscodecs/tests/converter.c @@ -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);