Make _glfwPlatformInitJoysticks() return the correct type in null_joystick

This code was introduced in 782e6b6cef.

Closes #1745.
master
Luflosi ago%!(EXTRA string=5 years)
parent 05dd2fa298
commit b488c3f87f
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 2
      src/null_joystick.c

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

Loading…
Cancel
Save