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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-03-14 02:40:42 +01:00 committed by Alexandre Julliard
parent 213b415fa9
commit 17276a8e40
1 changed files with 1 additions and 1 deletions

View File

@ -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);