mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[OPENGL32]
- Fix a trace
This commit is contained in:
parent
6aaf217b10
commit
640af3f429
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ HGLRC WINAPI wglCreateContext(HDC hdc)
|
||||||
struct wgl_context* context;
|
struct wgl_context* context;
|
||||||
DHGLRC dhglrc;
|
DHGLRC dhglrc;
|
||||||
|
|
||||||
TRACE("Creating context for %p, format %i\n", hdc);
|
TRACE("Creating context for %p.\n", hdc);
|
||||||
|
|
||||||
if(!dc_data)
|
if(!dc_data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue