From 16cf53bb6214649430d120fa90245622fc39c6f1 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 20 Sep 2010 00:38:06 +0200 Subject: [PATCH] Formatting. --- include/GL/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index c9750dee..a87d2852 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -396,7 +396,7 @@ typedef void (* GLFWcharfun)(GLFWwindow,int); * Prototypes *************************************************************************/ -/* GLFW initialization, termination and version querying */ +/* Initialization, termination and version querying */ GLFWAPI int glfwInit(void); GLFWAPI void glfwTerminate(void); GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev);