Fixed typo in function declaration.

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 81144bb969
commit f0212f3f15
  1. 2
      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);

Loading…
Cancel
Save