Commit 7ae55662 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 3dfa697b
......@@ -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;
}
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