mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 01:00:38 +00:00
Removed whitespace in version string joystick keys.
This commit is contained in:
parent
68e58143f8
commit
a4a2eaaa0f
1 changed files with 2 additions and 2 deletions
|
@ -315,9 +315,9 @@ const char* _glfwPlatformGetVersionString(void)
|
|||
" (no OpenGL extension support)"
|
||||
#endif
|
||||
#if defined(_GLFW_USE_LINUX_JOYSTICKS)
|
||||
" Linux joystick API"
|
||||
" Linux-joystick-API"
|
||||
#else
|
||||
" (no joystick support)"
|
||||
" no-joystick-support"
|
||||
#endif
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue