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

Alexandre Julliard julliard at winehq.org
Thu Mar 14 18:33:20 CDT 2019


Module: wine
Branch: master
Commit: 17276a8e40f27ca0a97dec437a7ca8af195367d4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=17276a8e40f27ca0a97dec437a7ca8af195367d4

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 14 02:40:42 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windowscodecs/tests/stream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/windowscodecs/tests/stream.c b/dlls/windowscodecs/tests/stream.c
index 3750c32..048f132 100644
--- a/dlls/windowscodecs/tests/stream.c
+++ b/dlls/windowscodecs/tests/stream.c
@@ -765,7 +765,7 @@ static void test_StreamOnIStream(void)
     ok(hr == S_OK, "Failed to create a stream, hr %#x.\n", hr);
 
     hr = IWICStream_InitializeFromMemory(stream, memory, sizeof(memory));
-    ok(hr == S_OK, "Failed to initialize stream, hr %#x.", hr);
+    ok(hr == S_OK, "Failed to initialize stream, hr %#x.\n", hr);
 
     hr = IWICImagingFactory_CreateStream(factory, &substream);
     ok(hr == S_OK, "Failed to create a stream, hr %#x.\n", hr);




More information about the wine-cvs mailing list