From dbfd59ee7e5e836afc628cd3385764f96f2d76a5 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 19 Sep 2011 21:29:02 +0200 Subject: [PATCH] Comment clarification. --- src/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.c b/src/error.c index bfce336f..0a4088e1 100644 --- a/src/error.c +++ b/src/error.c @@ -37,7 +37,7 @@ //======================================================================== // The current error value and callback // These are not in _glfwLibrary since they need to be initialized and -// accessible before glfwInit +// accessible before glfwInit so it can report errors //======================================================================== static int _glfwError = GLFW_NO_ERROR;