Commit ea79e50f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

windows.gaming.input: Add a linefeed to a TRACE() message.

parent f8426dbb
......@@ -459,6 +459,6 @@ HRESULT vector_create( REFIID iid, REFIID view_iid, void **out )
impl->ref = 1;
*out = &impl->IVector_IInspectable_iface;
TRACE( "created %p", *out );
TRACE( "created %p\n", *out );
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