Removed whitespace in version string joystick keys.

This commit is contained in:
Camilla Berglund 2010-10-24 14:35:37 +02:00
parent 68e58143f8
commit a4a2eaaa0f

View File

@ -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
; ;