Merge branch 'master' of https://github.com/ayang64/kitty into master

This commit is contained in:
Kovid Goyal 2020-08-05 07:46:27 +05:30
commit 1d0a3ce998
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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