Removed whitespace in version string joystick keys.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 68e58143f8
commit a4a2eaaa0f
  1. 4
      src/x11/x11_init.c

@ -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…
Cancel
Save