mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Removed whitespace in version string joystick keys.
This commit is contained in:
parent
68e58143f8
commit
a4a2eaaa0f
@ -315,9 +315,9 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
" (no OpenGL extension support)"
|
" (no OpenGL extension support)"
|
||||||
#endif
|
#endif
|
||||||
#if defined(_GLFW_USE_LINUX_JOYSTICKS)
|
#if defined(_GLFW_USE_LINUX_JOYSTICKS)
|
||||||
" Linux joystick API"
|
" Linux-joystick-API"
|
||||||
#else
|
#else
|
||||||
" (no joystick support)"
|
" no-joystick-support"
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user