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

This commit is contained in:
Francois Gouget 2012-08-30 16:29:05 +02:00 committed by Alexandre Julliard
parent e0fd87aea1
commit 1af1601177
1 changed files with 1 additions and 1 deletions

View File

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