wow64win: Remove dangling space after newline in ERR() message.

This commit is contained in:
Michael Stefaniuc 2023-06-22 18:56:52 +02:00 committed by Alexandre Julliard
parent 3dfa697b0e
commit 7ae55662a2

View file

@ -4357,6 +4357,6 @@ NTSTATUS WINAPI wow64_NtUserDisplayConfigGetDeviceInfo( UINT *args )
NTSTATUS WINAPI wow64___wine_send_input( UINT *args )
{
ERR( "not supported\n ");
ERR( "not supported\n" );
return 0;
}