[OPENGL32]

- Fix a trace
This commit is contained in:
Jérôme Gardou 2017-11-18 13:50:33 +01:00 committed by Jérôme Gardou
parent 6aaf217b10
commit 640af3f429

View file

@ -379,7 +379,7 @@ HGLRC WINAPI wglCreateContext(HDC hdc)
struct wgl_context* context;
DHGLRC dhglrc;
TRACE("Creating context for %p, format %i\n", hdc);
TRACE("Creating context for %p.\n", hdc);
if(!dc_data)
{