Commit 1af16011 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

usbd.sys: Add a trailing '\n' to a Wine trace.

parent e0fd87ae
......@@ -225,7 +225,7 @@ USBD_STATUS WINAPI USBD_ValidateConfigurationDescriptor(
PUCHAR *offset,
ULONG tag )
{
FIXME( "(%p, %u, %u, %p, %u) partial stub!", descr, length, level, offset, tag );
FIXME( "(%p, %u, %u, %p, %u) partial stub!\n", descr, length, level, offset, tag );
if (offset) *offset = 0;
......
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