From f0212f3f156b1cdcdd93bf4cc56ca11317a21a38 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 2 Jun 2015 13:51:24 +0200 Subject: [PATCH] Fixed typo in function declaration. --- src/posix_tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix_tls.h b/src/posix_tls.h index 2d702406..f3f80704 100644 --- a/src/posix_tls.h +++ b/src/posix_tls.h @@ -42,7 +42,7 @@ typedef struct _GLFWtlsPOSIX } _GLFWtlsPOSIX; -int _glfCreateContextTLS(void); +int _glfwCreateContextTLS(void); void _glfwDestroyContextTLS(void); void _glfwSetContextTLS(_GLFWwindow* context);