Module: wine Branch: master Commit: b84d91dfecfd5ecd2438a99cde874934efe21616 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b84d91dfecfd5ecd2438a99cde...
Author: Francois Gouget fgouget@free.fr Date: Wed Apr 3 16:07:10 2013 +0200
windowscodecs/tests: Add a trailing '\n' to an ok() call.
---
dlls/windowscodecs/tests/converter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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);