Add newline to glfw.h;

This commit is contained in:
bjorn 2018-11-08 14:13:39 -08:00
parent 1cc1a978a9
commit 8b2f0eb0ba
1 changed files with 1 additions and 1 deletions

View File

@ -203,4 +203,4 @@ GLFWAPI void glfwGetFramebufferSize(GLFWwindow* window, int* width, int* height)
#define GLFW_JOYSTICK_16 15
#define GLFW_JOYSTICK_LAST GLFW_JOYSTICK_16
#endif
#endif