Commit f1851612 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

mf/tests: Add missing line end in test message.

parent 495cf276
......@@ -2939,7 +2939,7 @@ static HRESULT WINAPI test_grabber_callback_OnProcessSample(IMFSampleGrabberSink
SetEvent(grabber->ready_event);
res = WaitForSingleObject(grabber->done_event, 1000);
ok(!res, "WaitForSingleObject returned %#lx", res);
ok(!res, "WaitForSingleObject returned %#lx\n", res);
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment