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

This commit is contained in:
Piotr Caban 2006-06-30 13:40:05 +02:00 committed by Alexandre Julliard
parent 02479df343
commit 2abfc391b4
1 changed files with 1 additions and 1 deletions

View File

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