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

This commit is contained in:
Francois Gouget 2007-08-09 17:23:59 +02:00 committed by Alexandre Julliard
parent f992b6360b
commit 93b5a0e934
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }