Commit 2abfc391 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

ddraw: Added missing '\n' in debug traces.

parent 02479df3
......@@ -186,7 +186,7 @@ IDirectDrawImpl_QueryInterface(IDirectDraw7 *iface,
/* Unknown interface */
else
{
ERR("(%p)->(%s, %p): No interface found", This, debugstr_guid(refiid), obj);
ERR("(%p)->(%s, %p): No interface found\n", This, debugstr_guid(refiid), obj);
return E_NOINTERFACE;
}
......
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