Commit 484bf58e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winewayland.drv: Add a trailing linefeed to a TRACE() message.

parent eb06f991
......@@ -342,7 +342,7 @@ static void wayland_configure_window(HWND hwnd)
if (!surface->xdg_toplevel)
{
TRACE("missing xdg_toplevel, returning");
TRACE("missing xdg_toplevel, returning\n");
pthread_mutex_unlock(&surface->mutex);
return;
}
......
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