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

Francois Gouget fgouget at free.fr
Wed Apr 3 09:07:10 CDT 2013


---
 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 a551fde..5b8f6e4 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);
 
-- 
1.7.10.4



More information about the wine-patches mailing list