From cce5167a932a8a6f201eb67ca018087bcae9ecf3 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 25 Jan 2011 19:34:02 +0200 Subject: [PATCH] Fix compile error --- yg/internal/opengl_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yg/internal/opengl_win32.cpp b/yg/internal/opengl_win32.cpp index c96b277fc3..737e376275 100644 --- a/yg/internal/opengl_win32.cpp +++ b/yg/internal/opengl_win32.cpp @@ -38,7 +38,7 @@ namespace win32 if (p == 0) { DWORD const err = ::GetLastError(); - LOG(LCRITICAL, ("OpenGL extension function ", name, " not found. Last error = ", err); + LOG(LCRITICAL, ("OpenGL extension function ", name, " not found. Last error = ", err)); } return reinterpret_cast(p); }