wined3d: Add a '\n' to a Wine trace.
This commit is contained in:
parent
f992b6360b
commit
93b5a0e934
|
@ -126,7 +126,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
|
||||||
|
|
||||||
if (!RegisterClassA(&wc) && GetLastError() != ERROR_CLASS_ALREADY_EXISTS)
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue