Add missing LF in trace message.

This commit is contained in:
Mike McCormack 2003-09-17 20:04:25 +00:00 committed by Alexandre Julliard
parent cbc1fd3698
commit 6c579880c9
1 changed files with 1 additions and 1 deletions

View File

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