Commit 93b5a0e9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Add a '\n' to a Wine trace.

parent f992b636
......@@ -126,7 +126,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
if (!RegisterClassA(&wc) && GetLastError() != ERROR_CLASS_ALREADY_EXISTS)
{
ERR("Failed to register window class 'WineD3D_OpenGL'!");
ERR("Failed to register window class 'WineD3D_OpenGL'!\n");
return FALSE;
}
......
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