Commit 60bcca66 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

win32u: Fix the trailing linefeed in a TRACE().

parent a866e915
......@@ -1291,7 +1291,7 @@ static BOOL update_display_cache(void)
.state_flags = DISPLAY_DEVICE_ACTIVE | DISPLAY_DEVICE_ATTACHED,
};
TRACE( "adding default fake monitor\n ");
TRACE( "adding default fake monitor\n");
add_monitor( &default_monitor, &ctx );
}
release_display_manager_ctx( &ctx );
......
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