Fixed typo in function declaration.

This commit is contained in:
Camilla Berglund 2015-06-02 13:51:24 +02:00
parent 81144bb969
commit f0212f3f15

View File

@ -42,7 +42,7 @@ typedef struct _GLFWtlsPOSIX
} _GLFWtlsPOSIX;
int _glfCreateContextTLS(void);
int _glfwCreateContextTLS(void);
void _glfwDestroyContextTLS(void);
void _glfwSetContextTLS(_GLFWwindow* context);