[*] fix warning

This commit is contained in:
Reece Wilson 2023-11-05 00:15:07 +00:00
parent 54aab7840c
commit 6a2af83029

View File

@ -1145,7 +1145,7 @@ GLFWAPI void glfwPollEvents(void)
GLFWAPI struct pollfd* glfwGetPOSIXLoopFds(unsigned int* pCount)
{
_GLFW_REQUIRE_INIT();
_GLFW_REQUIRE_INIT_OR_RETURN(NULL);
return _glfw.platform.getPOSIXLoopFds(pCount);
}