From 331aa26503f5fbd1b40fdcb2927596590ab04433 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 31 Jul 2012 19:13:27 +0200 Subject: [PATCH] Formatting. --- src/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opengl.c b/src/opengl.c index a4157e69..01dddbfe 100644 --- a/src/opengl.c +++ b/src/opengl.c @@ -360,7 +360,7 @@ GLboolean _glfwIsValidContextConfig(_GLFWwndconfig* wndconfig) if (wndconfig->glForward) { - // OpenGL ES does not support Forward-compatibility + // OpenGL ES does not support forward-compatibility _glfwSetError(GLFW_INVALID_VALUE, "glfwOpenWindow: Forward compatibility is not " "supported by OpenGL ES");