Make _glfwPlatformInitJoysticks() return the correct type in null_joystick

This code was introduced in 782e6b6cef.

Closes #1745.
This commit is contained in:
Luflosi 2020-08-08 22:48:04 +02:00
parent 05dd2fa298
commit b488c3f87f
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -33,7 +33,7 @@
////// GLFW platform API //////
//////////////////////////////////////////////////////////////////////////
int _glfwPlatformInitJoysticks(void)
GLFWbool _glfwPlatformInitJoysticks(void)
{
return GLFW_TRUE;
}