Commit 37885b04 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mfmediaengine: Add the trailing linefeed to a WARN() message.

Also add a trailing period for consistency with this module's other messages.
parent 9e8c4fd9
......@@ -1048,7 +1048,7 @@ static HRESULT media_engine_create_effects(struct effect *effects, size_t count,
if (FAILED(hr = MFCreateTopologyNode(MF_TOPOLOGY_TRANSFORM_NODE, &node)))
{
WARN("Failed to create transform node, hr %#lx", hr);
WARN("Failed to create transform node, hr %#lx.\n", hr);
break;
}
......
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