diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c index 5de96219076..bc06204be60 100644 --- a/dlls/opengl32/wgl.c +++ b/dlls/opengl32/wgl.c @@ -320,7 +320,7 @@ void* WINAPI wglGetProcAddress(LPCSTR lpszProc) { } if (p_glXGetProcAddressARB == NULL) { - ERR("Warning : dynamic GL extension loading not supported by native GL library."); + ERR("Warning : dynamic GL extension loading not supported by native GL library.\n"); return NULL; }