Skip to content
Snippets Groups Projects
Commit 6c579880 authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Add missing LF in trace message.

parent cbc1fd36
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment