https://git.reactos.org/?p=reactos.git;a=commitdiff;h=640af3f429a8bb9d85303…
commit 640af3f429a8bb9d853035e1ba03f0d54e8e0e30
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Sat Nov 18 13:50:33 2017 +0100
[OPENGL32]
- Fix a trace
---
dll/opengl/opengl32/wgl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/opengl/opengl32/wgl.c b/dll/opengl/opengl32/wgl.c
index 82213d8800..cb50202310 100644
--- a/dll/opengl/opengl32/wgl.c
+++ b/dll/opengl/opengl32/wgl.c
@@ -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)
{